diff mbox

[1/4] ARM: dts: rockchip: enable usbotg for Popemtal-rk3288 board

Message ID 1472977990-813-1-git-send-email-andy.yan@rock-chips.com (mailing list archive)
State New, archived
Headers show

Commit Message

Andy Yan Sept. 4, 2016, 8:33 a.m. UTC
Enable USB OTG port on RK3288 Popmetal board, So we can run
some usb gadget functions like Android adb on this board.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>

---

 arch/arm/boot/dts/rk3288-popmetal.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Heiko Stuebner Sept. 5, 2016, 8:52 a.m. UTC | #1
Am Sonntag, 4. September 2016, 16:33:10 CEST schrieb Andy Yan:
> Enable USB OTG port on RK3288 Popmetal board, So we can run
> some usb gadget functions like Android adb on this board.
> 
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>

applied to my dts32 branch for 4.9


Thanks
Heiko
diff mbox

Patch

diff --git a/arch/arm/boot/dts/rk3288-popmetal.dts b/arch/arm/boot/dts/rk3288-popmetal.dts
index bd35392..802216f 100644
--- a/arch/arm/boot/dts/rk3288-popmetal.dts
+++ b/arch/arm/boot/dts/rk3288-popmetal.dts
@@ -529,3 +529,7 @@ 
 &usbphy {
 	status = "okay";
 };
+
+&usb_otg {
+	status = "okay";
+};