Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1475883 > unrolled thread

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

Started byAndy Yan <andy.yan@rock-chips.com>
First post2016-09-04 10:40 +0200
Last post2016-09-05 11:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/4] ARM: dts: rockchip: enable usbotg for Popemtal-rk3288 board Andy Yan <andy.yan@rock-chips.com> - 2016-09-04 10:40 +0200
    Re: [PATCH 1/4] ARM: dts: rockchip: enable usbotg for Popemtal-rk3288 board Heiko Stuebner <heiko@sntech.de> - 2016-09-05 11:00 +0200

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

FromAndy Yan <andy.yan@rock-chips.com>
Date2016-09-04 10:40 +0200
Subject[PATCH 1/4] ARM: dts: rockchip: enable usbotg for Popemtal-rk3288 board
Message-ID<sdB85-6mo-1@gated-at.bofh.it>
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(+)

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";
+};
-- 
2.7.4

[toc] | [next] | [standalone]


#1476207

FromHeiko Stuebner <heiko@sntech.de>
Date2016-09-05 11:00 +0200
Message-ID<sdXV0-1pk-7@gated-at.bofh.it>
In reply to#1475883
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web