Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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: 4de59085091f753d08c8429d756b46756ab94665 ("ARM: mvebu: add Device Tree description of the Armada 375 SoC")
Cc: <stable@vger.kernel.org>
Signed-off-by: Lior Amsalem <alior@marvell.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>

authored by

Lior Amsalem and committed by
Gregory CLEMENT
b3a7f31e b1742ffa

+1 -1
+1 -1
arch/arm/boot/dts/armada-375.dtsi
··· 529 529 }; 530 530 531 531 sata@a0000 { 532 - compatible = "marvell,orion-sata"; 532 + compatible = "marvell,armada-370-sata"; 533 533 reg = <0xa0000 0x5000>; 534 534 interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; 535 535 clocks = <&gateclk 14>, <&gateclk 20>;