diff options
author | Vivek Gautam <gautam.vivek@samsung.com> | 2013-02-12 18:24:19 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-07 05:47:12 -0500 |
commit | 7d40d86766e12ef54e770a1e3f350afe0cdb4c58 (patch) | |
tree | 0f793b2c6f02e68d85aec83fccd505a3eb772bf2 | |
parent | 13cbd1e3035210c7f81d60aa3cf82ebfe7d4b292 (diff) |
ARM: dts: Enabling ohci-exynos driver for EXYNOS5250
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>
-rw-r--r-- | Documentation/devicetree/bindings/usb/exynos-usb.txt | 15 | ||||
-rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 6 |
2 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/exynos-usb.txt b/Documentation/devicetree/bindings/usb/exynos-usb.txt index e8bbb4799e26..f66fcddba46f 100644 --- a/Documentation/devicetree/bindings/usb/exynos-usb.txt +++ b/Documentation/devicetree/bindings/usb/exynos-usb.txt | |||
@@ -23,3 +23,18 @@ Example: | |||
23 | interrupts = <0 71 0>; | 23 | interrupts = <0 71 0>; |
24 | samsung,vbus-gpio = <&gpx2 6 1 3 3>; | 24 | samsung,vbus-gpio = <&gpx2 6 1 3 3>; |
25 | }; | 25 | }; |
26 | |||
27 | OHCI | ||
28 | Required properties: | ||
29 | - compatible: should be "samsung,exynos4210-ohci" for USB 2.0 | ||
30 | OHCI companion controller in host mode. | ||
31 | - reg: physical base address of the controller and length of memory mapped | ||
32 | region. | ||
33 | - interrupts: interrupt number to the cpu. | ||
34 | |||
35 | Example: | ||
36 | usb@12120000 { | ||
37 | compatible = "samsung,exynos4210-ohci"; | ||
38 | reg = <0x12120000 0x100>; | ||
39 | interrupts = <0 71 0>; | ||
40 | }; | ||
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index 5f1c1f3ea009..64101f1f85dd 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi | |||
@@ -307,6 +307,12 @@ | |||
307 | interrupts = <0 71 0>; | 307 | interrupts = <0 71 0>; |
308 | }; | 308 | }; |
309 | 309 | ||
310 | usb@12120000 { | ||
311 | compatible = "samsung,exynos4210-ohci"; | ||
312 | reg = <0x12120000 0x100>; | ||
313 | interrupts = <0 71 0>; | ||
314 | }; | ||
315 | |||
310 | amba { | 316 | amba { |
311 | #address-cells = <1>; | 317 | #address-cells = <1>; |
312 | #size-cells = <1>; | 318 | #size-cells = <1>; |