diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-01-08 20:38:05 +0300 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2015-01-09 18:16:04 +0300 |
commit | 4a25432b13090b57d257fa0ffb6712d8acf94523 (patch) | |
tree | 44e55df05095d887a725efabf74960caf5645f52 /arch/arm/boot/dts/armada-38x.dtsi | |
parent | dd7d2be1d2b8abb3754b19e4ebe72a4293253e4e (diff) | |
download | linux-4a25432b13090b57d257fa0ffb6712d8acf94523.tar.xz |
ARM: mvebu: a38x: Fix node names
Some nodes in the DTs have a reg property but no unit name in their node name.
This contradicts the way the ePAPR defines the node names. Fix this.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'arch/arm/boot/dts/armada-38x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-38x.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/armada-38x.dtsi b/arch/arm/boot/dts/armada-38x.dtsi index 74391dace9e7..ada1f206028b 100644 --- a/arch/arm/boot/dts/armada-38x.dtsi +++ b/arch/arm/boot/dts/armada-38x.dtsi @@ -193,7 +193,7 @@ status = "disabled"; }; - pinctrl { + pinctrl@18000 { compatible = "marvell,mv88f6820-pinctrl"; reg = <0x18000 0x20>; }; @@ -373,7 +373,7 @@ status = "disabled"; }; - mdio { + mdio@72004 { #address-cells = <1>; #size-cells = <0>; compatible = "marvell,orion-mdio"; |