From: Bartosz Golaszewski Date: Thu, 10 Aug 2023 08:09:03 +0000 (+0200) Subject: arm64: dts: qcom: sa8775p-ride: enable the second SerDes PHY X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6ca89cc6803b3895a0b2caba458dbece9b6ea52b;p=linux.git arm64: dts: qcom: sa8775p-ride: enable the second SerDes PHY Enable the second SerDes PHY on sa8775p-ride development board. Signed-off-by: Bartosz Golaszewski Reviewed-by: Andrew Halaney Reviewed-by: Konrad Dybcio Tested-by: Andrew Halaney Link: https://lore.kernel.org/r/20230810080909.6259-4-brgl@bgdev.pl Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts index 1cd7707e1eb34..8eb133c8245f2 100644 --- a/arch/arm64/boot/dts/qcom/sa8775p-ride.dts +++ b/arch/arm64/boot/dts/qcom/sa8775p-ride.dts @@ -448,6 +448,11 @@ status = "okay"; }; +&serdes1 { + phy-supply = <&vreg_l5a>; + status = "okay"; +}; + &sleep_clk { clock-frequency = <32764>; };