]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: mvebu: armada-398: update the dtsi about missing interfaces
authorGrzegorz Jaszczyk <jaz@semihalf.com>
Thu, 4 Aug 2016 10:14:17 +0000 (12:14 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 8 Aug 2016 14:36:18 +0000 (16:36 +0200)
Beside interfaces described in the armada-39x.dtsi and armada-395.dtsi, the
Armada 398 SoC family supports 2 additional SATA port (2 ports in one unit)

Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-398.dtsi

index fdc25914e3a3936a41e5421f4200040c06f5a83e..234a99891a2924e89615c6562211b853a96e21a5 100644 (file)
@@ -44,7 +44,7 @@
  *     OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#include "armada-39x.dtsi"
+#include "armada-395.dtsi"
 
 / {
        compatible = "marvell,armada398", "marvell,armada390";
                                compatible = "marvell,mv88f6928-pinctrl";
                                reg = <0x18000 0x20>;
                        };
+
+                       sata@e0000 {
+                               compatible = "marvell,armada-380-ahci";
+                               reg = <0xe0000 0x2000>;
+                               interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&gateclk 30>;
+                               status = "disabled";
+                       };
                };
        };
 };