arm64: dts: marvell: armada-3720-espressobin: declare SATA PHY property
The SATA node is wired to the third PHY of the COMPHY IP. Suggested-by: Grzegorz Jaszczyk <jaz@semihalf.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
c38e13a2f8
commit
8e18c8e58d
|
@ -54,6 +54,8 @@
|
|||
/* J6 */
|
||||
&sata {
|
||||
status = "okay";
|
||||
phys = <&comphy2 0>;
|
||||
phy-names = "sata-phy";
|
||||
};
|
||||
|
||||
/* J1 */
|
||||
|
|
Loading…
Reference in New Issue