projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce9f47
)
ARM: dts: correct the usb phy node in exynos5800-peach-pi
author
Arun Kumar K
<arun.kk@samsung.com>
Fri, 30 May 2014 17:11:42 +0000
(
02:11
+0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Fri, 30 May 2014 17:11:42 +0000
(
02:11
+0900)
The vbus-supply property is wrongly updated in the
usbdrd node instead of the usbdrd_phy node. This patch
fixes the same.
Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5800-peach-pi.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos5800-peach-pi.dts
b/arch/arm/boot/dts/exynos5800-peach-pi.dts
index e910de3effacd8583ec6f84fd1e2d00967442850..f3af2079a06358a57695786ea61667fe7b4c9a4d 100644
(file)
--- a/
arch/arm/boot/dts/exynos5800-peach-pi.dts
+++ b/
arch/arm/boot/dts/exynos5800-peach-pi.dts
@@
-235,11
+235,11
@@
ddc = <&i2c_2>;
};
-&usbdrd
3_
0 {
+&usbdrd
_phy
0 {
vbus-supply = <&usb300_vbus_reg>;
};
-&usbdrd
3_
1 {
+&usbdrd
_phy
1 {
vbus-supply = <&usb301_vbus_reg>;
};