From 13154b4b6f1261246a5c072546da8e5ba1cf4a5a Mon Sep 17 00:00:00 2001 From: yxj Date: Wed, 17 Sep 2014 14:37:12 +0800 Subject: [PATCH] dts:rk3126-86v:usb_control: mask GPIO2_B4&GPIO2_B6 these two gpios are mux for LCDC_D10/D12 --- arch/arm/boot/dts/rk3126-86v.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/rk3126-86v.dts b/arch/arm/boot/dts/rk3126-86v.dts index e9c1e4a4eef7..a136b978b7c6 100644 --- a/arch/arm/boot/dts/rk3126-86v.dts +++ b/arch/arm/boot/dts/rk3126-86v.dts @@ -15,8 +15,8 @@ usb_control { compatible = "rockchip,rk3126-usb-control"; - host_drv_gpio = <&gpio2 GPIO_B4 GPIO_ACTIVE_LOW>; - otg_drv_gpio = <&gpio2 GPIO_B6 GPIO_ACTIVE_LOW>; + //host_drv_gpio = <&gpio2 GPIO_B4 GPIO_ACTIVE_LOW>; + //otg_drv_gpio = <&gpio2 GPIO_B6 GPIO_ACTIVE_LOW>; rockchip,remote_wakeup; rockchip,usb_irq_wakeup; -- 2.34.1