]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: Enabling samsung-usb3phy driver for exynos5250
authorVivek Gautam <gautam.vivek@samsung.com>
Wed, 10 Apr 2013 10:31:34 +0000 (19:31 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 10 Jun 2013 08:22:28 +0000 (17:22 +0900)
Adding usb3.0 phy node for Exynos5250 along with the
necessary device data to be parsed.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5250.dtsi

index 0673524238a61f706c7c17a096ef3319fb095287..79edd7f26f5710d09f98588b7fd0da79d5258445 100644 (file)
                pinctrl-0 = <&i2s2_bus>;
        };
 
+       usbphy@12100000 {
+               compatible = "samsung,exynos5250-usb3phy";
+               reg = <0x12100000 0x100>;
+               clocks = <&clock 1>, <&clock 286>;
+               clock-names = "ext_xtal", "usbdrd30";
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges;
+
+               usbphy-sys {
+                       reg = <0x10040704 0x8>;
+               };
+       };
+
        usb@12110000 {
                compatible = "samsung,exynos4210-ehci";
                reg = <0x12110000 0x100>;