Commit a4d5d2ef authored by Klaus Kudielka's avatar Klaus Kudielka Committed by Gregory CLEMENT

Revert "ARM: dts: armada-39x: Fix compatible string for gpios"

This reverts commit d10886a4.

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 5f79c651 explains very well, why the gpio-mvebu driver does not
work reliably with per-CPU interrupts.
Commit 988c8c0c deprecates compatible = marvell,armadaxp-gpio for this
reason.
Signed-off-by: default avatarKlaus Kudielka <klaus.kudielka@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 75b58cf5
...@@ -213,7 +213,7 @@ nand_pins: nand-pins { ...@@ -213,7 +213,7 @@ nand_pins: nand-pins {
}; };
gpio0: gpio@18100 { gpio0: gpio@18100 {
compatible = "marvell,armadaxp-gpio", "marvell,orion-gpio"; compatible = "marvell,orion-gpio";
reg = <0x18100 0x40>; reg = <0x18100 0x40>;
ngpios = <32>; ngpios = <32>;
gpio-controller; gpio-controller;
...@@ -227,7 +227,7 @@ gpio0: gpio@18100 { ...@@ -227,7 +227,7 @@ gpio0: gpio@18100 {
}; };
gpio1: gpio@18140 { gpio1: gpio@18140 {
compatible = "marvell,armadaxp-gpio", "marvell,orion-gpio"; compatible = "marvell,orion-gpio";
reg = <0x18140 0x40>; reg = <0x18140 0x40>;
ngpios = <28>; ngpios = <28>;
gpio-controller; gpio-controller;
......
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