Commit 5e202b51 authored by Lior Amsalem's avatar Lior Amsalem Committed by Ben Hutchings

ARM: dts: armada-375: use armada-370-sata for SATA

commit b3a7f31e upstream.

The Armada 375 has the same SATA IP as Armada 370 and Armada XP, which
requires the PHY speed to be set in the LP_PHY_CTL register for SATA
hotplug to work.

Therefore, this commit updates the compatible string used to describe
the SATA IP in Armada 375 from marvell,orion-sata to
marvell,armada-370-sata.

Fixes: 4de59085 ("ARM: mvebu: add Device Tree description of the Armada 375 SoC")
Signed-off-by: default avatarLior Amsalem <alior@marvell.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent fa22b141
...@@ -410,7 +410,7 @@ xor11 { ...@@ -410,7 +410,7 @@ xor11 {
}; };
sata@a0000 { sata@a0000 {
compatible = "marvell,orion-sata"; compatible = "marvell,armada-370-sata";
reg = <0xa0000 0x5000>; reg = <0xa0000 0x5000>;
interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&gateclk 14>, <&gateclk 20>; clocks = <&gateclk 14>, <&gateclk 20>;
......
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