Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1475883
| From | Andy Yan <andy.yan@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/4] ARM: dts: rockchip: enable usbotg for Popemtal-rk3288 board |
| Date | 2016-09-04 10:40 +0200 |
| Message-ID | <sdB85-6mo-1@gated-at.bofh.it> (permalink) |
| References | <sdB85-6mo-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web