projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433bdb6
)
ARM: dts: cfa10036: Add dr_mode and phy_type properties to the DT
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Mon, 18 Nov 2013 14:52:02 +0000
(15:52 +0100)
committer
Shawn Guo
<shawn.guo@linaro.org>
Sun, 9 Feb 2014 13:32:48 +0000
(21:32 +0800)
This USB port is only used as peripheral. Set it accordingly in its DT
node.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28-cfa10036.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx28-cfa10036.dts
b/arch/arm/boot/dts/imx28-cfa10036.dts
index cabb6171a19d925c214442daa47473a6a2be31a5..ae7c3390e65a5ddc6210c4d256b406719e624d14 100644
(file)
--- a/
arch/arm/boot/dts/imx28-cfa10036.dts
+++ b/
arch/arm/boot/dts/imx28-cfa10036.dts
@@
-100,6
+100,8
@@
usb0: usb@80080000 {
pinctrl-names = "default";
pinctrl-0 = <&usb0_otg_cfa10036>;
+ dr_mode = "peripheral";
+ phy_type = "utmi";
status = "okay";
};
};