Skip to content

Commit

Permalink
ARM: mvebu: a38x: Add missing labels
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gregory CLEMENT authored and Andrew Lunn committed Jan 9, 2015
1 parent 3459850 commit 10c5c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/armada-38x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
status = "disabled";
};

serial@12000 {
uart0: serial@12000 {
compatible = "snps,dw-apb-uart";
reg = <0x12000 0x100>;
reg-shift = <2>;
Expand All @@ -193,7 +193,7 @@
status = "disabled";
};

pinctrl@18000 {
pinctrl: pinctrl@18000 {
reg = <0x18000 0x20>;

ge0_rgmii_pins: ge-rgmii-pins-0 {
Expand Down

0 comments on commit 10c5c47

Please sign in to comment.