forked from Minki/linux
ARM: dts: correct the usb phy node in exynos5800-peach-pi
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>
This commit is contained in:
parent
0ce9f47ab5
commit
2c3b655c4a
@ -235,11 +235,11 @@
|
|||||||
ddc = <&i2c_2>;
|
ddc = <&i2c_2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&usbdrd3_0 {
|
&usbdrd_phy0 {
|
||||||
vbus-supply = <&usb300_vbus_reg>;
|
vbus-supply = <&usb300_vbus_reg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&usbdrd3_1 {
|
&usbdrd_phy1 {
|
||||||
vbus-supply = <&usb301_vbus_reg>;
|
vbus-supply = <&usb301_vbus_reg>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user