aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe.montjoie@gmail.com>2017-09-26 03:22:30 -0400
committerChen-Yu Tsai <wens@csie.org>2017-09-27 04:26:09 -0400
commitd6c9da125d6125b5b4eb0b7d635ded2e553943cd (patch)
tree0314ed26498771e758d8b6ea212aadebfb6600b0
parentd7341305863bcc054ee168bd77864100e0c3b144 (diff)
arm64: allwinner: a64: Fix simple-bus unit address format error
This patch remove leading 0 of unit address and so remove lots of warning when building DT with W=1. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r--arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index 20aba7b186aa..0f52ee493866 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -178,7 +178,7 @@
178 #size-cells = <0>; 178 #size-cells = <0>;
179 }; 179 };
180 180
181 usb_otg: usb@01c19000 { 181 usb_otg: usb@1c19000 {
182 compatible = "allwinner,sun8i-a33-musb"; 182 compatible = "allwinner,sun8i-a33-musb";
183 reg = <0x01c19000 0x0400>; 183 reg = <0x01c19000 0x0400>;
184 clocks = <&ccu CLK_BUS_OTG>; 184 clocks = <&ccu CLK_BUS_OTG>;
@@ -191,7 +191,7 @@
191 status = "disabled"; 191 status = "disabled";
192 }; 192 };
193 193
194 usbphy: phy@01c19400 { 194 usbphy: phy@1c19400 {
195 compatible = "allwinner,sun50i-a64-usb-phy"; 195 compatible = "allwinner,sun50i-a64-usb-phy";
196 reg = <0x01c19400 0x14>, 196 reg = <0x01c19400 0x14>,
197 <0x01c1a800 0x4>, 197 <0x01c1a800 0x4>,
@@ -211,7 +211,7 @@
211 #phy-cells = <1>; 211 #phy-cells = <1>;
212 }; 212 };
213 213
214 ehci0: usb@01c1a000 { 214 ehci0: usb@1c1a000 {
215 compatible = "allwinner,sun50i-a64-ehci", "generic-ehci"; 215 compatible = "allwinner,sun50i-a64-ehci", "generic-ehci";
216 reg = <0x01c1a000 0x100>; 216 reg = <0x01c1a000 0x100>;
217 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; 217 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
@@ -223,7 +223,7 @@
223 status = "disabled"; 223 status = "disabled";
224 }; 224 };
225 225
226 ohci0: usb@01c1a400 { 226 ohci0: usb@1c1a400 {
227 compatible = "allwinner,sun50i-a64-ohci", "generic-ohci"; 227 compatible = "allwinner,sun50i-a64-ohci", "generic-ohci";
228 reg = <0x01c1a400 0x100>; 228 reg = <0x01c1a400 0x100>;
229 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; 229 interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
@@ -233,7 +233,7 @@
233 status = "disabled"; 233 status = "disabled";
234 }; 234 };
235 235
236 ehci1: usb@01c1b000 { 236 ehci1: usb@1c1b000 {
237 compatible = "allwinner,sun50i-a64-ehci", "generic-ehci"; 237 compatible = "allwinner,sun50i-a64-ehci", "generic-ehci";
238 reg = <0x01c1b000 0x100>; 238 reg = <0x01c1b000 0x100>;
239 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>; 239 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
@@ -247,7 +247,7 @@
247 status = "disabled"; 247 status = "disabled";
248 }; 248 };
249 249
250 ohci1: usb@01c1b400 { 250 ohci1: usb@1c1b400 {
251 compatible = "allwinner,sun50i-a64-ohci", "generic-ohci"; 251 compatible = "allwinner,sun50i-a64-ohci", "generic-ohci";
252 reg = <0x01c1b400 0x100>; 252 reg = <0x01c1b400 0x100>;
253 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; 253 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
@@ -259,7 +259,7 @@
259 status = "disabled"; 259 status = "disabled";
260 }; 260 };
261 261
262 ccu: clock@01c20000 { 262 ccu: clock@1c20000 {
263 compatible = "allwinner,sun50i-a64-ccu"; 263 compatible = "allwinner,sun50i-a64-ccu";
264 reg = <0x01c20000 0x400>; 264 reg = <0x01c20000 0x400>;
265 clocks = <&osc24M>, <&osc32k>; 265 clocks = <&osc24M>, <&osc32k>;
@@ -460,7 +460,7 @@
460 }; 460 };
461 461
462 462
463 spi0: spi@01c68000 { 463 spi0: spi@1c68000 {
464 compatible = "allwinner,sun8i-h3-spi"; 464 compatible = "allwinner,sun8i-h3-spi";
465 reg = <0x01c68000 0x1000>; 465 reg = <0x01c68000 0x1000>;
466 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>; 466 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
@@ -475,7 +475,7 @@
475 #size-cells = <0>; 475 #size-cells = <0>;
476 }; 476 };
477 477
478 spi1: spi@01c69000 { 478 spi1: spi@1c69000 {
479 compatible = "allwinner,sun8i-h3-spi"; 479 compatible = "allwinner,sun8i-h3-spi";
480 reg = <0x01c69000 0x1000>; 480 reg = <0x01c69000 0x1000>;
481 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>; 481 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
@@ -527,7 +527,7 @@
527 #reset-cells = <1>; 527 #reset-cells = <1>;
528 }; 528 };
529 529
530 r_pio: pinctrl@01f02c00 { 530 r_pio: pinctrl@1f02c00 {
531 compatible = "allwinner,sun50i-a64-r-pinctrl"; 531 compatible = "allwinner,sun50i-a64-r-pinctrl";
532 reg = <0x01f02c00 0x400>; 532 reg = <0x01f02c00 0x400>;
533 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; 533 interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;