Skip to content

Commit 9e62ec0

Browse files
robherringarndb
authored andcommitted
arm/arm64: dts: Fix remaining dtc 'unit_address_format' warnings
Fix all the remaining dtc 'unit_address_format' warnings except for the ones related to 'register-bit-led'. For those, we need to decide on and document the node name. Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected]' Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 9fdbbe8 commit 9e62ec0

23 files changed

+82
-82
lines changed

arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
type = <PCA955X_TYPE_GPIO>;
304304
};
305305

306-
gpio@01 {
306+
gpio@1 {
307307
reg = <1>;
308308
type = <PCA955X_TYPE_GPIO>;
309309
};

arch/arm/boot/dts/at91-sama5d27_som1.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,32 +47,32 @@
4747
spi-rx-bus-width = <4>;
4848
m25p,fast-read;
4949

50-
at91bootstrap@00000000 {
50+
at91bootstrap@0 {
5151
label = "at91bootstrap";
5252
reg = <0x00000000 0x00040000>;
5353
};
5454

55-
bootloader@00040000 {
55+
bootloader@40000 {
5656
label = "bootloader";
5757
reg = <0x00040000 0x000c0000>;
5858
};
5959

60-
bootloaderenvred@00100000 {
60+
bootloaderenvred@100000 {
6161
label = "bootloader env redundant";
6262
reg = <0x00100000 0x00040000>;
6363
};
6464

65-
bootloaderenv@00140000 {
65+
bootloaderenv@140000 {
6666
label = "bootloader env";
6767
reg = <0x00140000 0x00040000>;
6868
};
6969

70-
dtb@00180000 {
70+
dtb@180000 {
7171
label = "device tree";
7272
reg = <0x00180000 0x00080000>;
7373
};
7474

75-
kernel@00200000 {
75+
kernel@200000 {
7676
label = "kernel";
7777
reg = <0x00200000 0x00600000>;
7878
};

arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@
9393
reg = <0x40000 0xc0000>;
9494
};
9595

96-
bootloaderenvred@0x100000 {
96+
bootloaderenvred@100000 {
9797
label = "bootloader env redundant";
9898
reg = <0x100000 0x40000>;
9999
};
100100

101-
bootloaderenv@0x140000 {
101+
bootloaderenv@140000 {
102102
label = "bootloader env";
103103
reg = <0x140000 0x40000>;
104104
};

arch/arm/boot/dts/at91-sama5d2_xplained.dts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,37 +95,37 @@
9595
spi-rx-bus-width = <4>;
9696
m25p,fast-read;
9797

98-
at91bootstrap@00000000 {
98+
at91bootstrap@0 {
9999
label = "at91bootstrap";
100100
reg = <0x00000000 0x00040000>;
101101
};
102102

103-
bootloader@00040000 {
103+
bootloader@40000 {
104104
label = "bootloader";
105105
reg = <0x00040000 0x000c0000>;
106106
};
107107

108-
bootloaderenvred@00100000 {
108+
bootloaderenvred@100000 {
109109
label = "bootloader env redundant";
110110
reg = <0x00100000 0x00040000>;
111111
};
112112

113-
bootloaderenv@00140000 {
113+
bootloaderenv@140000 {
114114
label = "bootloader env";
115115
reg = <0x00140000 0x00040000>;
116116
};
117117

118-
dtb@00180000 {
118+
dtb@180000 {
119119
label = "device tree";
120120
reg = <0x00180000 0x00080000>;
121121
};
122122

123-
kernel@00200000 {
123+
kernel@200000 {
124124
label = "kernel";
125125
reg = <0x00200000 0x00600000>;
126126
};
127127

128-
misc@00800000 {
128+
misc@800000 {
129129
label = "misc";
130130
reg = <0x00800000 0x00000000>;
131131
};

arch/arm/boot/dts/dm8148-evm.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,19 @@
8080
label = "X-Loader";
8181
reg = <0 0x80000>;
8282
};
83-
partition@0x80000 {
83+
partition@80000 {
8484
label = "U-Boot";
8585
reg = <0x80000 0x1c0000>;
8686
};
87-
partition@0x1c0000 {
87+
partition@1c0000 {
8888
label = "Environment";
8989
reg = <0x240000 0x40000>;
9090
};
91-
partition@0x280000 {
91+
partition@280000 {
9292
label = "Kernel";
9393
reg = <0x280000 0x500000>;
9494
};
95-
partition@0x780000 {
95+
partition@780000 {
9696
label = "Filesystem";
9797
reg = <0x780000 0xf880000>;
9898
};

arch/arm/boot/dts/dm8168-evm.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,19 +154,19 @@
154154
label = "X-Loader";
155155
reg = <0 0x80000>;
156156
};
157-
partition@0x80000 {
157+
partition@80000 {
158158
label = "U-Boot";
159159
reg = <0x80000 0x1c0000>;
160160
};
161-
partition@0x1c0000 {
161+
partition@1c0000 {
162162
label = "Environment";
163163
reg = <0x240000 0x40000>;
164164
};
165-
partition@0x280000 {
165+
partition@280000 {
166166
label = "Kernel";
167167
reg = <0x280000 0x500000>;
168168
};
169-
partition@0x780000 {
169+
partition@780000 {
170170
label = "Filesystem";
171171
reg = <0x780000 0xf880000>;
172172
};

arch/arm/boot/dts/integratorap-im-pd1.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
compatible = "arm,im-pd1-syscon", "syscon";
3030
reg = <0x00000000 0x1000>;
3131

32-
vco1: clock@00 {
32+
vco1: vco1-clock {
3333
compatible = "arm,impd1-vco1";
3434
#clock-cells = <0>;
3535
lock-offset = <0x08>;
@@ -38,7 +38,7 @@
3838
clock-output-names = "IM-PD1-VCO1";
3939
};
4040

41-
vco2: clock@04 {
41+
vco2: vco2-clock {
4242
compatible = "arm,impd1-vco2";
4343
#clock-cells = <0>;
4444
lock-offset = <0x08>;

arch/arm/boot/dts/keystone-k2e-netcp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ qmss: qmss@2a40000 {
9595
#address-cells = <1>;
9696
#size-cells = <1>;
9797
ranges;
98-
pdsp0@0x2a10000 {
98+
pdsp0@2a10000 {
9999
reg = <0x2a10000 0x1000 /*iram */
100100
0x2a0f000 0x100 /*reg*/
101101
0x2a0c000 0x3c8 /*intd */

arch/arm/boot/dts/keystone-k2hk-netcp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ qmss: qmss@2a40000 {
112112
#address-cells = <1>;
113113
#size-cells = <1>;
114114
ranges;
115-
pdsp0@0x2a10000 {
115+
pdsp0@2a10000 {
116116
reg = <0x2a10000 0x1000 /*iram */
117117
0x2a0f000 0x100 /*reg*/
118118
0x2a0c000 0x3c8 /*intd */

arch/arm/boot/dts/keystone-k2l-netcp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ qmss: qmss@2a40000 {
9494
#address-cells = <1>;
9595
#size-cells = <1>;
9696
ranges;
97-
pdsp0@0x2a10000 {
97+
pdsp0@2a10000 {
9898
reg = <0x2a10000 0x1000 /*iram */
9999
0x2a0f000 0x100 /*reg*/
100100
0x2a0c000 0x3c8 /*intd */

0 commit comments

Comments
 (0)