projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00e09aa
)
MLK-12676-1 arm: dts: enable usb otg for imx6ull arm2 board
author
Li Jun
<jun.li@nxp.com>
Tue, 19 Apr 2016 01:02:46 +0000
(09:02 +0800)
committer
Leonard Crestez
<leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:31:07 +0000
(
02:31
+0300)
Enable otg mode for OTG1 port for imx6ull arm2 board.
Signed-off-by: Li Jun <jun.li@nxp.com>
Signed-off-by: Arulpandiyan Vadivel <arulpandiyan_vadivel@mentor.com>
Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts
b/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts
index
595084d
..
4a90d6e
100644
(file)
--- a/
arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts
+++ b/
arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2.dts
@@
-913,9
+913,12
@@
};
&usbotg1 {
+ vbus-supply = <®_usb_otg1_vbus>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usb_otg1_id>;
- dr_mode = "peripheral";
+ srp-disable;
+ hnp-disable;
+ adp-disable;
status = "okay";
};