ARM: dts: exynos4: Move usbphy node to SoC-specific dts files
authorTomasz Figa <t.figa@samsung.com>
Mon, 7 Jan 2013 14:52:58 +0000 (15:52 +0100)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:42:25 +0000 (11:42 +0900)
USB PHY of Exynos4210 and Exynos4x12 require different compatible
strings, making usbphy node SoC-specific.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
arch/arm/boot/dts/exynos4.dtsi
arch/arm/boot/dts/exynos4210.dtsi
arch/arm/boot/dts/exynos4x12.dtsi

index 9ef9926..77ac4af 100644 (file)
                status = "disabled";
        };
 
-       usbphy@125B0000 {
-               compatible = "samsung,exynos4210-usbphy";
-               reg = <0x125B0000 0x100>;
-               ranges;
-               #address-cells = <1>;
-               #size-cells = <1>;
-               status = "disabled";
-
-               usbphy-sys {
-                       reg = <0x10020704 0x8>;
-               };
-       };
-
        hsotg@12480000 {
                compatible = "samsung,s3c-hsotg";
                reg = <0x12480000 0x20000>;
index 7ab619e..501708a 100644 (file)
                samsung,power-domain = <&pd_lcd1>;
                status = "ok";
        };
+
+       usbphy@125B0000 {
+               compatible = "samsung,exynos4210-usb2phy";
+               reg = <0x125B0000 0x100>;
+               ranges;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               clocks = <&clock 305>;
+               clock-names = "otg";
+               status = "disabled";
+
+               usbphy-sys {
+                       reg = <0x10020704 0x8>;
+               };
+       };
 };
index 3bf2d09..6aca431 100644 (file)
                clocks = <&clock 365>;
                status = "ok";
        };
+
+       usbphy@125B0000 {
+               compatible = "samsung,exynos4x12-usb2phy";
+               reg = <0x125B0000 0x100>;
+               ranges;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               clocks = <&clock 305>;
+               clock-names = "otg";
+               status = "disabled";
+
+               usbphy-sys {
+                       reg = <0x10020704 0x8>;
+               };
+       };
 };