ARM: mvebu: A38x: Remove redundant pinctrl informations
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 8 Jan 2015 17:38:07 +0000 (18:38 +0100)
committerAndrew Lunn <andrew@lunn.ch>
Fri, 9 Jan 2015 15:16:05 +0000 (09:16 -0600)
The compatible set in the armada-38x DTSI is always overridden, and the reg
defined in there is duplicated in the armada-380 and armada-385 DTSIs.

Remove these useless items.

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>
arch/arm/boot/dts/armada-380.dtsi
arch/arm/boot/dts/armada-385.dtsi
arch/arm/boot/dts/armada-38x.dtsi

index 13400ce..7e509d2 100644 (file)
@@ -34,7 +34,6 @@
                internal-regs {
                        pinctrl@18000 {
                                compatible = "marvell,mv88f6810-pinctrl";
-                               reg = <0x18000 0x20>;
                        };
                };
 
index 5249a4d..a54a252 100644 (file)
@@ -39,7 +39,6 @@
                internal-regs {
                        pinctrl@18000 {
                                compatible = "marvell,mv88f6820-pinctrl";
-                               reg = <0x18000 0x20>;
                        };
                };
 
index ada1f20..4020008 100644 (file)
                        };
 
                        pinctrl@18000 {
-                               compatible = "marvell,mv88f6820-pinctrl";
                                reg = <0x18000 0x20>;
                        };