[PATCH v2 2/9] ARM: dts: at91: at91sam9261ek: fix SPI unit address warning

Eugen Hristev eugen.hristev at microchip.com
Mon Oct 26 09:39:47 CET 2020


w+arch/arm/dts/.at91sam9261ek.dtb.pre.tmp:124.15-144.7: Warning (spi_bus_reg): /ahb/apb/spi at fffc8000/tsc2046 at 0: SPI bus unit address format error, expected "2"

Signed-off-by: Eugen Hristev <eugen.hristev at microchip.com>
---
 arch/arm/dts/at91sam9261ek.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/at91sam9261ek.dts b/arch/arm/dts/at91sam9261ek.dts
index 55bd51f07f..92fbdadb68 100644
--- a/arch/arm/dts/at91sam9261ek.dts
+++ b/arch/arm/dts/at91sam9261ek.dts
@@ -121,7 +121,7 @@
 					spi-max-frequency = <15000000>;
 				};
 
-				tsc2046 at 0 {
+				tsc2046 at 2 {
 					reg = <2>;
 					compatible = "ti,ads7843";
 					interrupts-extended = <&pioC 2 IRQ_TYPE_EDGE_BOTH>;
-- 
2.25.1



More information about the U-Boot mailing list