dts: Add support for the exynos-ohci driver for Exynos4
authorKamil Debski <k.debski@samsung.com>
Tue, 17 Jun 2014 12:14:56 +0000 (14:14 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:59:54 +0000 (11:59 +0900)
This patch adds support for the exynos-ohci driver for Exynos4.

Change-Id: I7f195feabe0dfce25bb46fb31c91b3117da5a61c
Signed-off-by: Kamil Debski <k.debski@samsung.com>
arch/arm/boot/dts/exynos4.dtsi

index 49203f5..35c6da3 100644 (file)
                status = "disabled";
        };
 
+       ohci@12590000 {
+               compatible = "samsung,exynos4210-ohci";
+               reg = <0x12590000 0x100>;
+               interrupts = <0 70 0>;
+               clocks = <&clock 304>;
+               clock-names = "usbhost";
+               status = "disabled";
+
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               port@0 {
+                   reg = <0>;
+                   phys = <&exynos_usbphy 1>;
+                   phy-names = "host";
+                   status = "disabled";
+               };
+       };
+
        ehci@12580000 {
                compatible = "samsung,exynos-ehci";
                reg = <0x12580000 0x20000>;