arm64: dts: rockchip: enable SATA on rk3588-evb1
authorSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 11 Jul 2023 17:13:30 +0000 (19:13 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Wed, 12 Jul 2023 07:19:52 +0000 (09:19 +0200)
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>
arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts

index f06b2dd..eeab8f0 100644 (file)
        };
 };
 
+&combphy0_ps {
+       status = "okay";
+};
+
 &cpu_b0 {
        cpu-supply = <&vdd_cpu_big0_s0>;
 };
        };
 };
 
+&sata0 {
+       status = "okay";
+};
+
 &uart2 {
        pinctrl-0 = <&uart2m0_xfer>;
        status = "okay";