From eeb6ca3609c715e61e79d2e088c93a349ed73444 Mon Sep 17 00:00:00 2001 From: Ondrej Jirman Date: Mon, 11 Oct 2021 17:32:31 +0200 Subject: [PATCH 441/478] arm64: dts: rk3399-pinephone-pro: Make charging and peripheral mode work Signed-of-by: Ondrej Jirman --- arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts b/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts index de8a1f346fd0..eb2d15e5fc5b 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts @@ -511,8 +511,8 @@ otg_switch: OTG_SWITCH { regulator-name = "otg_switch"; // TODO: This requires a proper rk818-charger implementation // without this always-on the type-c is not powered on - regulator-always-on; - regulator-boot-on; + //regulator-always-on; + //regulator-boot-on; }; }; @@ -1013,7 +1013,7 @@ &usbdrd3_0 { }; &usbdrd_dwc3_0 { - dr_mode = "host"; + dr_mode = "peripheral"; status = "okay"; }; -- 2.35.3