ARM: dts: exynos3250: fix compatible string in hsotg
authorJaewon Kim <jaewon02.kim@samsung.com>
Tue, 15 Jul 2014 05:43:35 +0000 (14:43 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:17 +0000 (12:00 +0900)
This patch fix compatible string and phy-names in hsotg.

Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
arch/arm/boot/dts/exynos3250.dtsi

index 33294da..87fe959 100644 (file)
                };
 
                hsotg: hsotg@12480000 {
-                       compatible = "samsung,s3c6400-hsotg";
+                       compatible = "samsung,s3c-hsotg";
                        reg = <0x12480000 0x20000>;
                        interrupts = <0 141 0>;
                        clocks = <&cmu CLK_USBOTG>;
                        clock-names = "otg";
                        phys = <&exynos_usbphy 0>;
-                       phy-names = "usb2-phy";
+                       phy-names = "device";
                        status = "disabled";
                };