diff options
| author | Aurelien Jarno <aurelien@aurel32.net> | 2022-09-30 08:12:44 +0300 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2022-10-17 14:44:42 +0300 |
| commit | 6a5a04d52ccc42e0e59ff69fca9c1db7e08ba44b (patch) | |
| tree | ec88b1305786ae538b10e0b4e2098f48e32654cd | |
| parent | 9984ef562653c8d0beb51021fc286706b6ec4802 (diff) | |
| download | linux-6a5a04d52ccc42e0e59ff69fca9c1db7e08ba44b.tar.xz | |
arm64: dts: rockchip: Add SATA support to ODROID-M1
Enable the Combo PHY and SATA nodes in ODROID-M1.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Tested-by: Dan Johansen <strit@manjaro.org>
Link: https://lore.kernel.org/r/20220930051246.391614-12-aurelien@aurel32.net
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
| -rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts b/arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts index 9a84a7e76d7a..bd24ccf94e76 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts +++ b/arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts @@ -153,6 +153,11 @@ status = "okay"; }; +&combphy2 { + /* used for SATA */ + status = "okay"; +}; + &cpu0 { cpu-supply = <&vdd_cpu>; }; @@ -538,6 +543,10 @@ status = "okay"; }; +&sata2 { + status = "okay"; +}; + &sdhci { bus-width = <8>; max-frequency = <200000000>; |
