diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-07-31 15:21:23 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-08-27 17:17:28 +0300 |
commit | d04abe999e20a57c96b305d329e480ffe057c9ec (patch) | |
tree | 35aa9000d6947ef71bd98f524ff2f6c1266d8cb3 /arch/arm64/boot/dts/marvell/armada-cp110.dtsi | |
parent | 93ab25e6f5da60c7678bf54746836f83e7729284 (diff) | |
download | linux-d04abe999e20a57c96b305d329e480ffe057c9ec.tar.xz |
arm64: dts: marvell: Add 7k/8k per-port PHYs in SATA nodes
Fill-in the missing SATA phys/phy-names DT properties of Armada 7k/8k
based boards.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/armada-cp110.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/marvell/armada-cp110.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi index 711f38029311..d81944902650 100644 --- a/arch/arm64/boot/dts/marvell/armada-cp110.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-cp110.dtsi @@ -309,7 +309,17 @@ interrupts = <107 IRQ_TYPE_LEVEL_HIGH>; clocks = <&CP110_LABEL(clk) 1 15>, <&CP110_LABEL(clk) 1 16>; + #address-cells = <1>; + #size-cells = <0>; status = "disabled"; + + sata-port@0 { + reg = <0>; + }; + + sata-port@1 { + reg = <1>; + }; }; CP110_LABEL(xor0): xor@6a0000 { |