Skip to content

Commit d6b7bae

Browse files
committed
ARM: dts: sun5i: Remove SoC node unit-name to avoid warnings
Our main node for all the in-SoC controllers used to have a unit name. The unit-name, in addition to being actually false, would not match any reg property, which generates a warning. Remove it in order to remove those warnings. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
1 parent 3fb5ff6 commit d6b7bae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arch/arm/boot/dts/sun5i-a10s.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
allwinner,pipelines = <&fe0>;
7575
};
7676

77-
soc@1c00000 {
77+
soc {
7878
hdmi: hdmi@1c16000 {
7979
compatible = "allwinner,sun5i-a10s-hdmi";
8080
reg = <0x01c16000 0x1000>;

arch/arm/boot/dts/sun5i-a13.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
allwinner,pipelines = <&fe0>;
8787
};
8888

89-
soc@1c00000 {
89+
soc {
9090
pwm: pwm@1c20e00 {
9191
compatible = "allwinner,sun5i-a13-pwm";
9292
reg = <0x01c20e00 0xc>;

arch/arm/boot/dts/sun5i-gr8.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
allwinner,pipelines = <&fe0>;
5555
};
5656

57-
soc@1c00000 {
57+
soc {
5858
pwm: pwm@1c20e00 {
5959
compatible = "allwinner,sun5i-a10s-pwm";
6060
reg = <0x01c20e00 0xc>;

arch/arm/boot/dts/sun5i.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
};
124124
};
125125

126-
soc@1c00000 {
126+
soc {
127127
compatible = "simple-bus";
128128
#address-cells = <1>;
129129
#size-cells = <1>;

0 commit comments

Comments
 (0)