arm64: dts: marvell: Clean up armada-3720-db
authorAndreas Färber <afaerber@suse.de>
Wed, 23 Mar 2016 22:24:18 +0000 (23:24 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 27 Apr 2016 15:51:50 +0000 (17:51 +0200)
Instead of duplicating the SoC's node hierarchy, including a bus node
named "internal-regs", reference the actually desired nodes by label,
like Berlin already does. Add labels where necessary.

Drop an inconsistent white line while at it.
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
[gregory.clement@free-electrons.com: drop Fixes tag as it is not a bug fix.]

arch/arm64/boot/dts/marvell/armada-3720-db.dts
arch/arm64/boot/dts/marvell/armada-372x.dtsi
arch/arm64/boot/dts/marvell/armada-37xx.dtsi

index 3590501..86110a6 100644 (file)
                device_type = "memory";
                reg = <0x00000000 0x00000000 0x00000000 0x20000000>;
        };
+};
 
-       soc {
-               internal-regs {
-                       /*
-                       * Exported on the micro USB connector CON32
-                       * through an FTDI
-                       */
-                       uart0: serial@12000 {
-                               status = "okay";
-                       };
-
-                       /* CON31 */
-                       usb3@58000 {
-                               status = "okay";
-                       };
+/* CON3 */
+&sata {
+       status = "okay";
+};
 
-                       /* CON3 */
-                       sata@e0000 {
-                              status = "okay";
-                       };
-               };
-       };
+/* Exported on the micro USB connector CON32 through an FTDI */
+&uart0 {
+       status = "okay";
 };
 
+/* CON31 */
+&usb3 {
+       status = "okay";
+};
index f292a00..5120296 100644 (file)
@@ -59,5 +59,4 @@
                        enable-method = "psci";
                };
        };
-
 };
index ba9df7f..4328c24 100644 (file)
                                status = "disabled";
                        };
 
-                       usb3@58000 {
+                       usb3: usb3@58000 {
                                compatible = "generic-xhci";
                                reg = <0x58000 0x4000>;
                                interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                        };
 
-                       sata@e0000 {
+                       sata: sata@e0000 {
                                compatible = "marvell,armada-3700-ahci";
                                reg = <0xe0000 0x2000>;
                                interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;