提交 7292ff67 编写于 作者: R Russell King 提交者: Gregory CLEMENT

arm64: dts: marvell: add generic-ahci compatibles for CP110 ahci

Testing with an Armada 8040 board shows that adding the generic-ahci
compatible to the CP110 AHCI nodes gets us working AHCI on the board.
A previous patch series posted by Thomas Petazzoni was retracted when
it was realised that the IP was supposed to be, and is, compatible
with the standard register layout.

Add this compatible.
Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>
Acked-by: NMark Rutland <mark.rutland@arm.com>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 d3f4759b
...@@ -80,7 +80,8 @@ ...@@ -80,7 +80,8 @@
}; };
cpm_sata0: sata@540000 { cpm_sata0: sata@540000 {
compatible = "marvell,armada-8k-ahci"; compatible = "marvell,armada-8k-ahci",
"generic-ahci";
reg = <0x540000 0x30000>; reg = <0x540000 0x30000>;
interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cpm_syscon0 1 15>; clocks = <&cpm_syscon0 1 15>;
......
...@@ -80,7 +80,8 @@ ...@@ -80,7 +80,8 @@
}; };
cps_sata0: sata@540000 { cps_sata0: sata@540000 {
compatible = "marvell,armada-8k-ahci"; compatible = "marvell,armada-8k-ahci",
"generic-ahci";
reg = <0x540000 0x30000>; reg = <0x540000 0x30000>;
interrupts = <GIC_SPI 287 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 287 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cps_syscon0 1 15>; clocks = <&cps_syscon0 1 15>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册