arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

There are two SATA ports per CP110. Each of them has a dedicated
interrupt. Describe the real hardware by adding two SATA ports to the
CP110 SATA node.

Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sven Auhagen <sven.auhagen@voleatech.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Sven Auhagen 2020-11-09 18:39:48 +01:00 committed by Gregory CLEMENT
parent 3404fe15a6
commit 53e950d597

View File

@ -300,11 +300,9 @@
}; };
CP11X_LABEL(sata0): sata@540000 { CP11X_LABEL(sata0): sata@540000 {
compatible = "marvell,armada-8k-ahci", compatible = "marvell,armada-8k-ahci";
"generic-ahci";
reg = <0x540000 0x30000>; reg = <0x540000 0x30000>;
dma-coherent; dma-coherent;
interrupts = <107 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&CP11X_LABEL(clk) 1 15>, clocks = <&CP11X_LABEL(clk) 1 15>,
<&CP11X_LABEL(clk) 1 16>; <&CP11X_LABEL(clk) 1 16>;
#address-cells = <1>; #address-cells = <1>;
@ -312,10 +310,12 @@
status = "disabled"; status = "disabled";
sata-port@0 { sata-port@0 {
interrupts = <109 IRQ_TYPE_LEVEL_HIGH>;
reg = <0>; reg = <0>;
}; };
sata-port@1 { sata-port@1 {
interrupts = <107 IRQ_TYPE_LEVEL_HIGH>;
reg = <1>; reg = <1>;
}; };
}; };