Skip to content

Commit 9c7f249

Browse files
sremmind
authored andcommitted
arm64: dts: rockchip: enable SATA on rk3588-evb1
Add support for the SATA0_0 port found on the RK3588 EVB1. The second port (SATA0_1) does not work, which matches the downstream behaviour. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20230711171330.52535-1-sebastian.reichel@collabora.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 34d6c15 commit 9c7f249

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
};
5050
};
5151

52+
&combphy0_ps {
53+
status = "okay";
54+
};
55+
5256
&cpu_b0 {
5357
cpu-supply = <&vdd_cpu_big0_s0>;
5458
};
@@ -759,6 +763,10 @@
759763
};
760764
};
761765

766+
&sata0 {
767+
status = "okay";
768+
};
769+
762770
&uart2 {
763771
pinctrl-0 = <&uart2m0_xfer>;
764772
status = "okay";

0 commit comments

Comments
 (0)