]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: Enabling ohci-exynos driver for EXYNOS5250
authorVivek Gautam <gautam.vivek@samsung.com>
Tue, 12 Feb 2013 23:24:19 +0000 (15:24 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 7 Mar 2013 10:47:12 +0000 (19:47 +0900)
Adding OHCI device tree node for Exynos5250 along with
the device base address.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Documentation/devicetree/bindings/usb/exynos-usb.txt
arch/arm/boot/dts/exynos5250.dtsi

index e8bbb4799e269fcd773c31561872837c5eb5407f..f66fcddba46fa629af4b9d79fbc0657918f81bda 100644 (file)
@@ -23,3 +23,18 @@ Example:
                interrupts = <0 71 0>;
                samsung,vbus-gpio = <&gpx2 6 1 3 3>;
        };
+
+OHCI
+Required properties:
+ - compatible: should be "samsung,exynos4210-ohci" for USB 2.0
+   OHCI companion controller in host mode.
+ - reg: physical base address of the controller and length of memory mapped
+   region.
+ - interrupts: interrupt number to the cpu.
+
+Example:
+       usb@12120000 {
+               compatible = "samsung,exynos4210-ohci";
+               reg = <0x12120000 0x100>;
+               interrupts = <0 71 0>;
+       };
index 5f1c1f3ea0097d3f4ac6ce994da1efe0bbae6eb2..64101f1f85dde79e757fbe59929744c64bb5c56f 100644 (file)
@@ -307,6 +307,12 @@ usb@12110000 {
                interrupts = <0 71 0>;
        };
 
+       usb@12120000 {
+               compatible = "samsung,exynos4210-ohci";
+               reg = <0x12120000 0x100>;
+               interrupts = <0 71 0>;
+       };
+
        amba {
                #address-cells = <1>;
                #size-cells = <1>;