From 246072cd36e65f6b64842d2ae193685369a2c2b3 Mon Sep 17 00:00:00 2001 From: Cai Wenzhong Date: Tue, 23 Jan 2024 18:01:27 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3588-vehicle-evb-v22.dts: fix max96712 dphy3 lock gpio error Signed-off-by: Cai Wenzhong Change-Id: I614a97c0a0ddefc87653eccffc870b009638a673 --- arch/arm64/boot/dts/rockchip/rk3588-vehicle-evb-v22.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-vehicle-evb-v22.dts b/arch/arm64/boot/dts/rockchip/rk3588-vehicle-evb-v22.dts index ccb527f84094..f1ec17c12157 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-vehicle-evb-v22.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-vehicle-evb-v22.dts @@ -349,6 +349,10 @@ vin-supply = <&dphy3_vcc12v_buck>; }; +&max96712_dphy3 { + lock-gpios = <&gpio4 RK_PA3 GPIO_ACTIVE_HIGH>; +}; + &max96756_dphy0_vcc1v2 { vin-supply = <&vcc5v0_buck>; };