[PATCH v2 0/9] ARM: dts: at91: DTC 1.6.0+ warning fixes

This series fixes warnings when moving to DTC 1.6.0+.
Anyone who still has these boards and is willing to test them, it's appreciated.
I do not have any of the boards listed here at the moment.
Thanks !
Eugen
In v2, added 2 more patches, 8/9 and 9/9
Thanks
Eugen Hristev (9): ARM: dts: at91: vinco: fix I2C warning bus unit address ARM: dts: at91: at91sam9261ek: fix SPI unit address warning ARM: dts: at91: at91sam9g20-taurus: fix SPI bus unit address ARM: dts: at91: at91sam9g20ek_common: fix SPI bus unit address ARM: dts: at91: at91sam9g25ek: fix I2C bus unit address ARM: dts: at91: gurnard: fix SPI bus unit address ARM: dts: at91: sama5d3xmb: fix I2C bus unit address ARM: dts: at91: sam9260ek: fix SPI bus unit address ARM: dts: at91: sama5d3xmb_cmp: fix SPI bus unit address
arch/arm/dts/at91-vinco.dts | 2 +- arch/arm/dts/at91sam9260ek.dts | 2 +- arch/arm/dts/at91sam9261ek.dts | 2 +- arch/arm/dts/at91sam9g20-taurus.dts | 2 +- arch/arm/dts/at91sam9g20ek_common.dtsi | 2 +- arch/arm/dts/at91sam9g25ek.dts | 2 +- arch/arm/dts/at91sam9g45-gurnard.dts | 2 +- arch/arm/dts/sama5d3xmb.dtsi | 2 +- arch/arm/dts/sama5d3xmb_cmp.dtsi | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-)

w+arch/arm/dts/.at91-vinco.dtb.pre.tmp:131.18-134.7: Warning (i2c_bus_reg): /ahb/apb/i2c@f8024000/rtc@64: I2C bus unit address format error, expected "32"
Signed-off-by: Eugen Hristev eugen.hristev@microchip.com --- arch/arm/dts/at91-vinco.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/at91-vinco.dts b/arch/arm/dts/at91-vinco.dts index 0ecb64e718..bf17b0a5e9 100644 --- a/arch/arm/dts/at91-vinco.dts +++ b/arch/arm/dts/at91-vinco.dts @@ -128,7 +128,7 @@ i2c2: i2c@f8024000 { status = "okay";
- rtc1: rtc@64 { + rtc1: rtc@32 { compatible = "epson,rx8900"; reg = <0x32>; };

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 --- 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@0 { + tsc2046@2 { reg = <2>; compatible = "ti,ads7843"; interrupts-extended = <&pioC 2 IRQ_TYPE_EDGE_BOTH>;

w+arch/arm/dts/.at91sam9g20-taurus.dtb.pre.tmp:79.18-83.4: Warning (spi_bus_reg): /ahb/apb/spi@fffc8000/mtd_dataflash@0: SPI bus unit address format error, expected "1"
Signed-off-by: Eugen Hristev eugen.hristev@microchip.com --- arch/arm/dts/at91sam9g20-taurus.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/at91sam9g20-taurus.dts b/arch/arm/dts/at91sam9g20-taurus.dts index c00c5a8b8d..ca982737a7 100644 --- a/arch/arm/dts/at91sam9g20-taurus.dts +++ b/arch/arm/dts/at91sam9g20-taurus.dts @@ -76,7 +76,7 @@
&spi0 { cs-gpios = <0>, <&pioC 11 0>, <0>, <0>; - mtd_dataflash@0 { + mtd_dataflash@1 { compatible = "atmel,at45", "atmel,dataflash"; spi-max-frequency = <50000000>; reg = <1>;

w+arch/arm/dts/at91sam9g20ek_common.dtsi:100.21-104.7: Warning (spi_bus_reg): /ahb/apb/spi@fffc8000/mtd_dataflash@0: SPI bus unit address format error, expected "1"
Signed-off-by: Eugen Hristev eugen.hristev@microchip.com --- arch/arm/dts/at91sam9g20ek_common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/at91sam9g20ek_common.dtsi b/arch/arm/dts/at91sam9g20ek_common.dtsi index 9db245e442..7195454769 100644 --- a/arch/arm/dts/at91sam9g20ek_common.dtsi +++ b/arch/arm/dts/at91sam9g20ek_common.dtsi @@ -97,7 +97,7 @@
spi0: spi@fffc8000 { cs-gpios = <0>, <&pioC 11 0>, <0>, <0>; - mtd_dataflash@0 { + mtd_dataflash@1 { compatible = "atmel,at45", "atmel,dataflash"; spi-max-frequency = <15000000>; reg = <1>;

w+arch/arm/dts/.at91sam9g25ek.dtb.pre.tmp:28.25-47.7: Warning (i2c_bus_reg): /ahb/apb/i2c@f8010000/camera@0x30: I2C bus unit address format error, expected "30"
Signed-off-by: Eugen Hristev eugen.hristev@microchip.com --- arch/arm/dts/at91sam9g25ek.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/at91sam9g25ek.dts b/arch/arm/dts/at91sam9g25ek.dts index 91a7177447..31fecc2cda 100644 --- a/arch/arm/dts/at91sam9g25ek.dts +++ b/arch/arm/dts/at91sam9g25ek.dts @@ -25,7 +25,7 @@ };
i2c0: i2c@f8010000 { - ov2640: camera@0x30 { + ov2640: camera@30 { compatible = "ovti,ov2640"; reg = <0x30>; pinctrl-names = "default";

w+arch/arm/dts/.at91sam9g45-gurnard.dtb.pre.tmp:118.21-122.7: Warning (spi_bus_reg): /ahb/apb/spi@fffa4000/mtd_dataflash@0: SPI bus unit address format error, expected "1"
Signed-off-by: Eugen Hristev eugen.hristev@microchip.com --- arch/arm/dts/at91sam9g45-gurnard.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/at91sam9g45-gurnard.dts b/arch/arm/dts/at91sam9g45-gurnard.dts index 75c1e99274..2bc55f01a9 100644 --- a/arch/arm/dts/at91sam9g45-gurnard.dts +++ b/arch/arm/dts/at91sam9g45-gurnard.dts @@ -115,7 +115,7 @@
spi0: spi@fffa4000 { cs-gpios = <0>, <&pioC 11 0>, <0>, <0>; - mtd_dataflash@0 { + mtd_dataflash@1 { compatible = "atmel,at45", "atmel,dataflash"; spi-max-frequency = <50000000>; reg = <1>;

w+arch/arm/dts/sama5d3xmb.dtsi:64.25-83.7: Warning (i2c_bus_reg): /ahb/apb/i2c@f0018000/camera@0x30: I2C bus unit address format error, expected "30"
Signed-off-by: Eugen Hristev eugen.hristev@microchip.com --- arch/arm/dts/sama5d3xmb.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/sama5d3xmb.dtsi b/arch/arm/dts/sama5d3xmb.dtsi index c75b76aef2..906f3ce8c9 100644 --- a/arch/arm/dts/sama5d3xmb.dtsi +++ b/arch/arm/dts/sama5d3xmb.dtsi @@ -61,7 +61,7 @@ };
i2c1: i2c@f0018000 { - ov2640: camera@0x30 { + ov2640: camera@30 { compatible = "ovti,ov2640"; reg = <0x30>; pinctrl-names = "default";

w+arch/arm/dts/.at91sam9260ek.dtb.pre.tmp:119.21-123.7: Warning (spi_bus_reg): /ahb/apb/spi@fffc8000/mtd_dataflash@0: SPI bus unit address format error, expected "1"
Signed-off-by: Eugen Hristev eugen.hristev@microchip.com --- arch/arm/dts/at91sam9260ek.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/at91sam9260ek.dts b/arch/arm/dts/at91sam9260ek.dts index 67a2660c80..47606cbcdd 100644 --- a/arch/arm/dts/at91sam9260ek.dts +++ b/arch/arm/dts/at91sam9260ek.dts @@ -116,7 +116,7 @@
spi0: spi@fffc8000 { cs-gpios = <0>, <&pioC 11 0>, <0>, <0>; - mtd_dataflash@0 { + mtd_dataflash@1 { compatible = "atmel,at45", "atmel,dataflash"; spi-max-frequency = <15000000>; reg = <1>;

w+arch/arm/dts/.at91sam9260ek.dtb.pre.tmp:119.21-123.7: Warning (spi_bus_reg): /ahb/apb/spi@fffc8000/mtd_dataflash@0: SPI bus unit address format error, expected "1"
Signed-off-by: Eugen Hristev eugen.hristev@microchip.com --- arch/arm/dts/sama5d3xmb_cmp.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/dts/sama5d3xmb_cmp.dtsi b/arch/arm/dts/sama5d3xmb_cmp.dtsi index 5566fde514..c6bf0f50fd 100644 --- a/arch/arm/dts/sama5d3xmb_cmp.dtsi +++ b/arch/arm/dts/sama5d3xmb_cmp.dtsi @@ -57,7 +57,7 @@ };
i2c1: i2c@f0018000 { - ov2640: camera@0x30 { + ov2640: camera@30 { compatible = "ovti,ov2640"; reg = <0x30>; pinctrl-names = "default";

On 26.10.2020 10:39, Eugen Hristev wrote:
This series fixes warnings when moving to DTC 1.6.0+.
Anyone who still has these boards and is willing to test them, it's appreciated.
I do not have any of the boards listed here at the moment.
Thanks !
Eugen
In v2, added 2 more patches, 8/9 and 9/9
Thanks
Eugen Hristev (9): ARM: dts: at91: vinco: fix I2C warning bus unit address ARM: dts: at91: at91sam9261ek: fix SPI unit address warning ARM: dts: at91: at91sam9g20-taurus: fix SPI bus unit address ARM: dts: at91: at91sam9g20ek_common: fix SPI bus unit address ARM: dts: at91: at91sam9g25ek: fix I2C bus unit address ARM: dts: at91: gurnard: fix SPI bus unit address ARM: dts: at91: sama5d3xmb: fix I2C bus unit address ARM: dts: at91: sam9260ek: fix SPI bus unit address ARM: dts: at91: sama5d3xmb_cmp: fix SPI bus unit address
arch/arm/dts/at91-vinco.dts | 2 +- arch/arm/dts/at91sam9260ek.dts | 2 +- arch/arm/dts/at91sam9261ek.dts | 2 +- arch/arm/dts/at91sam9g20-taurus.dts | 2 +- arch/arm/dts/at91sam9g20ek_common.dtsi | 2 +- arch/arm/dts/at91sam9g25ek.dts | 2 +- arch/arm/dts/at91sam9g45-gurnard.dts | 2 +- arch/arm/dts/sama5d3xmb.dtsi | 2 +- arch/arm/dts/sama5d3xmb_cmp.dtsi | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-)
Applied to u-boot-atmel/master
participants (2)
-
Eugen Hristev
-
Eugen.Hristev@microchip.com