projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a79025c
)
ARM: dts: imx: imx53-qsb.dts: enable usbotg and usbh1
author
Michael Grzeschik
<m.grzeschik@pengutronix.de>
Thu, 11 Apr 2013 10:13:17 +0000
(12:13 +0200)
committer
Shawn Guo
<shawn.guo@linaro.org>
Mon, 17 Jun 2013 08:04:12 +0000
(16:04 +0800)
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx53-qsb.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx53-qsb.dts
b/arch/arm/boot/dts/imx53-qsb.dts
index
8f0e9ae
..
160d1bc
100644
(file)
--- a/
arch/arm/boot/dts/imx53-qsb.dts
+++ b/
arch/arm/boot/dts/imx53-qsb.dts
@@
-268,3
+268,11
@@
phy-reset-gpios = <&gpio7 6 0>;
status = "okay";
};
+
+&usbh1 {
+ status = "okay";
+};
+
+&usbotg {
+ status = "okay";
+};