projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaba944
)
ARM: dts: omap3-beagle: Add USB OTG PHY details
author
Roger Quadros
<rogerq@ti.com>
Tue, 24 Sep 2013 08:53:56 +0000
(11:53 +0300)
committer
Benoit Cousson
<bcousson@baylibre.com>
Fri, 11 Oct 2013 19:06:36 +0000
(21:06 +0200)
Add information about the USB OTG PHY. Without this
the OTG port on beagle will not work.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/omap3-beagle.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/omap3-beagle.dts
b/arch/arm/boot/dts/omap3-beagle.dts
index 12378224e46f1b3a16ab5b72df5a9745ab163469..7669c16259a5afa1da39a9c0dc4e9ddd7486a0f3 100644
(file)
--- a/
arch/arm/boot/dts/omap3-beagle.dts
+++ b/
arch/arm/boot/dts/omap3-beagle.dts
@@
-169,3
+169,10
@@
pinctrl-names = "default";
pinctrl-0 = <&gpio1_pins>;
};
+
+&usb_otg_hs {
+ interface-type = <0>;
+ usb-phy = <&usb2_phy>;
+ mode = <3>;
+ power = <50>;
+};