diff options
author | Eugen Hristev | 2020-10-26 10:39:47 +0200 |
---|---|---|
committer | Eugen Hristev | 2020-11-02 08:58:37 +0200 |
commit | a013df93e15d64898dc91e93249f75362fef0cc9 (patch) | |
tree | 7ce4f610d7b948d0fe011630ba6177df7ed44466 /arch/arm | |
parent | 7d0cad03d5d6648381ef33e25645a9bf4ea56c15 (diff) |
ARM: dts: at91: at91sam9261ek: fix SPI unit address warning
w+arch/arm/dts/.at91sam9261ek.dtb.pre.tmp:124.15-144.7: Warning (spi_bus_reg): /ahb/apb/spi@fffc8000/tsc2046@0: SPI bus unit address format error, expected "2"
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/at91sam9261ek.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/at91sam9261ek.dts b/arch/arm/dts/at91sam9261ek.dts index 55bd51f07fa..92fbdadb68d 100644 --- a/arch/arm/dts/at91sam9261ek.dts +++ b/arch/arm/dts/at91sam9261ek.dts @@ -121,7 +121,7 @@ spi-max-frequency = <15000000>; }; - tsc2046@0 { + tsc2046@2 { reg = <2>; compatible = "ti,ads7843"; interrupts-extended = <&pioC 2 IRQ_TYPE_EDGE_BOTH>; |