projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
107e6aa
)
ARM: dts: correct the usb phy node in exynos5420-peach-pit
author
Arun Kumar K
<arun.kk@samsung.com>
Fri, 30 May 2014 17:11:39 +0000
(
02:11
+0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Fri, 30 May 2014 17:11:39 +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/exynos5420-peach-pit.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/exynos5420-peach-pit.dts
b/arch/arm/boot/dts/exynos5420-peach-pit.dts
index
29f64de
..
1c5b8f9
100644
(file)
--- a/
arch/arm/boot/dts/exynos5420-peach-pit.dts
+++ b/
arch/arm/boot/dts/exynos5420-peach-pit.dts
@@
-231,11
+231,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>;
};