ARM: dts: add port sub-nodes to exynos usb host modules for exynos4
This patch adds port sub-nodes to exynos4 ehci and ohci modules, which are required by recently merged new exynos4 usb2 phy support. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
73a9bb2e7a
commit
366126d5c6
@ -322,6 +322,23 @@
|
|||||||
clocks = <&clock CLK_USB_HOST>;
|
clocks = <&clock CLK_USB_HOST>;
|
||||||
clock-names = "usbhost";
|
clock-names = "usbhost";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
port@0 {
|
||||||
|
reg = <0>;
|
||||||
|
phys = <&exynos_usbphy 1>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
port@1 {
|
||||||
|
reg = <1>;
|
||||||
|
phys = <&exynos_usbphy 2>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
port@2 {
|
||||||
|
reg = <2>;
|
||||||
|
phys = <&exynos_usbphy 3>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ohci@12590000 {
|
ohci@12590000 {
|
||||||
@ -331,6 +348,13 @@
|
|||||||
clocks = <&clock CLK_USB_HOST>;
|
clocks = <&clock CLK_USB_HOST>;
|
||||||
clock-names = "usbhost";
|
clock-names = "usbhost";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
port@0 {
|
||||||
|
reg = <0>;
|
||||||
|
phys = <&exynos_usbphy 1>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
i2s1: i2s@13960000 {
|
i2s1: i2s@13960000 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user