]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
EXYNOS5: Add device node for USB.
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Mon, 7 Jan 2013 23:35:04 +0000 (23:35 +0000)
committerMinkyu Kang <mk7.kang@samsung.com>
Tue, 8 Jan 2013 12:14:34 +0000 (21:14 +0900)
This patch adds the device node required for USB

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/dts/exynos5250.dtsi

index 1008797345df2407ad2f50e089e02c42178d7dbc..ed8c8dd6063ca94aa35de097bf4b73ec4f8747e1 100644 (file)
                reg = <0x131b0000 0x30>;
                interrupts = <0 130 0>;
        };
+
+       ehci@12110000 {
+               compatible = "samsung,exynos-ehci";
+               reg = <0x12110000 0x100>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               phy {
+                       compatible = "samsung,exynos-usb-phy";
+                       reg = <0x12130000 0x100>;
+               };
+       };
+
 };