]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: dts: stm32f4: Fix DT dtc warnings
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 6 Aug 2018 09:25:42 +0000 (11:25 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 13 Aug 2018 18:04:04 +0000 (14:04 -0400)
This patch fix the following warnings for for stm32f429
evaluation and discovery boards:

unnecessary #address-cells/#size-cells without "ranges" or
child "reg" property

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/dts/stm32429i-eval.dts
arch/arm/dts/stm32f429-disco.dts
arch/arm/dts/stm32f429.dtsi

index f6753a4d1a1cb67266a44650238d9ef70dbe9c72..1eec95118891da31f0bcd2fa8a9020da9278c9d7 100644 (file)
@@ -72,7 +72,6 @@
 
        gpio_keys {
                compatible = "gpio-keys";
-               #address-cells = <1>;
                #size-cells = <0>;
                autorepeat;
                button@0 {
index e914b6b74e15ffdcf0a61d576e4c30e861d99bf8..106db68b5b99123393e9dc8f76adc627d762793f 100644 (file)
@@ -76,7 +76,6 @@
 
        gpio_keys {
                compatible = "gpio-keys";
-               #address-cells = <1>;
                #size-cells = <0>;
                autorepeat;
                button@0 {
index 6bcf9863e0f6ebe4af20ed327b829185b2cce708..046aeff7cccab46a144f89a3199775700daa3f1d 100644 (file)
                };
 
                timers13: timers@40001c00 {
-                       #address-cells = <1>;
                        #size-cells = <0>;
                        compatible = "st,stm32-timers";
                        reg = <0x40001C00 0x400>;
                };
 
                timers14: timers@40002000 {
-                       #address-cells = <1>;
                        #size-cells = <0>;
                        compatible = "st,stm32-timers";
                        reg = <0x40002000 0x400>;
                };
 
                timers10: timers@40014400 {
-                       #address-cells = <1>;
                        #size-cells = <0>;
                        compatible = "st,stm32-timers";
                        reg = <0x40014400 0x400>;
                };
 
                timers11: timers@40014800 {
-                       #address-cells = <1>;
                        #size-cells = <0>;
                        compatible = "st,stm32-timers";
                        reg = <0x40014800 0x400>;