Commit 684f216f authored by Maxime Ripard's avatar Maxime Ripard Committed by Andrew Lunn

ARM: mvebu: A38x: Remove redundant pinctrl informations

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: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
parent 4a25432b
...@@ -34,7 +34,6 @@ soc { ...@@ -34,7 +34,6 @@ soc {
internal-regs { internal-regs {
pinctrl@18000 { pinctrl@18000 {
compatible = "marvell,mv88f6810-pinctrl"; compatible = "marvell,mv88f6810-pinctrl";
reg = <0x18000 0x20>;
}; };
}; };
......
...@@ -39,7 +39,6 @@ soc { ...@@ -39,7 +39,6 @@ soc {
internal-regs { internal-regs {
pinctrl@18000 { pinctrl@18000 {
compatible = "marvell,mv88f6820-pinctrl"; compatible = "marvell,mv88f6820-pinctrl";
reg = <0x18000 0x20>;
}; };
}; };
......
...@@ -194,7 +194,6 @@ serial@12100 { ...@@ -194,7 +194,6 @@ serial@12100 {
}; };
pinctrl@18000 { pinctrl@18000 {
compatible = "marvell,mv88f6820-pinctrl";
reg = <0x18000 0x20>; reg = <0x18000 0x20>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment