提交 bc3b6888 编写于 作者: F Florian Fainelli

ARM: dts: BCM53573: Fix DTC W=1 warnings

Fix the the unit_address_vs_reg warnings and unnecessary
\#address-cells/#size-cells without "ranges" or child "reg" property
warnings.
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
上级 c8159a6b
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
bootargs = "earlycon"; bootargs = "earlycon";
}; };
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x00000000 0x08000000>; reg = <0x00000000 0x08000000>;
}; };
...@@ -38,8 +38,6 @@ ...@@ -38,8 +38,6 @@
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
restart { restart {
label = "Reset"; label = "Reset";
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
bootargs = "earlycon"; bootargs = "earlycon";
}; };
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x00000000 0x08000000>; reg = <0x00000000 0x08000000>;
}; };
...@@ -48,8 +48,6 @@ ...@@ -48,8 +48,6 @@
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
restart { restart {
label = "Reset"; label = "Reset";
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
bootargs = "console=ttyS0,115200 earlycon"; bootargs = "console=ttyS0,115200 earlycon";
}; };
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x00000000 0x08000000>; reg = <0x00000000 0x08000000>;
}; };
...@@ -58,8 +58,6 @@ ...@@ -58,8 +58,6 @@
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
rfkill { rfkill {
label = "WiFi"; label = "WiFi";
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
}; };
}; };
mpcore { mpcore@18310000 {
compatible = "simple-bus"; compatible = "simple-bus";
ranges = <0x00000000 0x18310000 0x00008000>; ranges = <0x00000000 0x18310000 0x00008000>;
#address-cells = <1>; #address-cells = <1>;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
bootargs = "console=ttyS0,115200 earlycon"; bootargs = "console=ttyS0,115200 earlycon";
}; };
memory { memory@0 {
device_type = "memory"; device_type = "memory";
reg = <0x00000000 0x08000000>; reg = <0x00000000 0x08000000>;
}; };
...@@ -43,8 +43,6 @@ ...@@ -43,8 +43,6 @@
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
#address-cells = <1>;
#size-cells = <0>;
restart { restart {
label = "Reset"; label = "Reset";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册