From 77f322e0d78ff5abaea559e77681455cfb6c19bb Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 31 Mar 2015 19:23:32 +0000 Subject: mvebu: add missing a38x dts labels Signed-off-by: Imre Kaloz SVN-Revision: 45199 --- .../patches-3.18/300-add_missing_labels.patch | 29 ++++++++++++++++++++++ .../mvebu/patches-4.0/300-add_missing_labels.patch | 11 ++++++++ 2 files changed, 40 insertions(+) create mode 100644 target/linux/mvebu/patches-3.18/300-add_missing_labels.patch create mode 100644 target/linux/mvebu/patches-4.0/300-add_missing_labels.patch (limited to 'target') diff --git a/target/linux/mvebu/patches-3.18/300-add_missing_labels.patch b/target/linux/mvebu/patches-3.18/300-add_missing_labels.patch new file mode 100644 index 0000000000..b674b56679 --- /dev/null +++ b/target/linux/mvebu/patches-3.18/300-add_missing_labels.patch @@ -0,0 +1,29 @@ +--- a/arch/arm/boot/dts/armada-38x.dtsi ++++ b/arch/arm/boot/dts/armada-38x.dtsi +@@ -173,7 +173,7 @@ + status = "disabled"; + }; + +- serial@12000 { ++ uart0: serial@12000 { + compatible = "snps,dw-apb-uart"; + reg = <0x12000 0x100>; + reg-shift = <2>; +@@ -193,7 +193,7 @@ + status = "disabled"; + }; + +- pinctrl@18000 { ++ pinctrl: pinctrl@18000 { + compatible = "marvell,mv88f6820-pinctrl"; + reg = <0x18000 0x20>; + +@@ -412,7 +412,7 @@ + status = "disabled"; + }; + +- mdio@72004 { ++ mdio: mdio@72004 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "marvell,orion-mdio"; diff --git a/target/linux/mvebu/patches-4.0/300-add_missing_labels.patch b/target/linux/mvebu/patches-4.0/300-add_missing_labels.patch new file mode 100644 index 0000000000..a34f6895ac --- /dev/null +++ b/target/linux/mvebu/patches-4.0/300-add_missing_labels.patch @@ -0,0 +1,11 @@ +--- a/arch/arm/boot/dts/armada-38x.dtsi ++++ b/arch/arm/boot/dts/armada-38x.dtsi +@@ -491,7 +491,7 @@ + status = "disabled"; + }; + +- mdio@72004 { ++ mdio: mdio@72004 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "marvell,orion-mdio"; -- cgit v1.2.3