]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: mvebu: a38x: Add missing labels
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 8 Jan 2015 17:38:11 +0000 (18:38 +0100)
committerAndrew Lunn <andrew@lunn.ch>
Fri, 9 Jan 2015 15:16:05 +0000 (09:16 -0600)
The pintcrl label was missing. Adding it allowed referring it from the
root of the device tree. Also add the uart0 label used by the
bootloader.

Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
arch/arm/boot/dts/armada-38x.dtsi

index 63fe15174feef4e5ab2980e83ac43ab9a70f8828..04fe80d101f83f82c87275368de504860e5a6bdb 100644 (file)
                                status = "disabled";
                        };
 
-                       serial@12000 {
+                       uart0: serial@12000 {
                                compatible = "snps,dw-apb-uart";
                                reg = <0x12000 0x100>;
                                reg-shift = <2>;
                                status = "disabled";
                        };
 
-                       pinctrl@18000 {
+                       pinctrl: pinctrl@18000 {
                                reg = <0x18000 0x20>;
 
                                ge0_rgmii_pins: ge-rgmii-pins-0 {