From 4680277b7a6cbb000eb270d99a69d743a422e05d Mon Sep 17 00:00:00 2001 From: Cody Xie Date: Tue, 22 Apr 2014 08:41:56 +0800 Subject: [PATCH] rk3288-p977 : diable 5v_power_en to fix the issue that usb device cannot be detected --- arch/arm/boot/dts/rk3288-p977.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/rk3288-p977.dts b/arch/arm/boot/dts/rk3288-p977.dts index 6d1d9db785da..eb67aeb63ad7 100755 --- a/arch/arm/boot/dts/rk3288-p977.dts +++ b/arch/arm/boot/dts/rk3288-p977.dts @@ -11,7 +11,7 @@ 5v_power_en { compatible = "5v_en"; 5ven,pin =<&gpio7 GPIO_B4 GPIO_ACTIVE_HIGH>; // 5v power for otg and hdmi - status = "okay"; + status = "disabled"; }; -- 2.34.1