Skip to content

Commit a4d5d2e

Browse files
kkudielkagclement
authored andcommitted
Revert "ARM: dts: armada-39x: Fix compatible string for gpios"
This reverts commit d10886a. If compatible = "marvell,armadaxp-gpio", the reg property requires a second (address, size) pair, which points to the per-CPU interrupt registers <0x18800 0x30> / <0x18840 0x30>. Furthermore: Commit 5f79c65 explains very well, why the gpio-mvebu driver does not work reliably with per-CPU interrupts. Commit 988c8c0 deprecates compatible = marvell,armadaxp-gpio for this reason. Signed-off-by: Klaus Kudielka <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 75b58cf commit a4d5d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/armada-39x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
};
214214

215215
gpio0: gpio@18100 {
216-
compatible = "marvell,armadaxp-gpio", "marvell,orion-gpio";
216+
compatible = "marvell,orion-gpio";
217217
reg = <0x18100 0x40>;
218218
ngpios = <32>;
219219
gpio-controller;
@@ -227,7 +227,7 @@
227227
};
228228

229229
gpio1: gpio@18140 {
230-
compatible = "marvell,armadaxp-gpio", "marvell,orion-gpio";
230+
compatible = "marvell,orion-gpio";
231231
reg = <0x18140 0x40>;
232232
ngpios = <28>;
233233
gpio-controller;

0 commit comments

Comments
 (0)