LOCAL / arm64: dts: fix usbdrd handle name
authorJaewon Kim <jaewon02.kim@samsung.com>
Tue, 31 Mar 2015 05:18:21 +0000 (14:18 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:42:10 +0000 (13:42 +0900)
This patch fixes usbdrd handle name

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

index 67c81dc..b7e4ff7 100644 (file)
                        status = "disabled";
                };
 
-               usbdrd3_0: usb@15400000 {
+               usbdrd30: usb@15400000 {
                        compatible = "samsung,exynos5250-dwusb3";
                        clocks = <&cmu_fsys CLK_ACLK_USBDRD30>,
                                <&cmu_fsys CLK_SCLK_USBDRD30>;
                                compatible = "snps,dwc3";
                                reg = <0x15400000 0x10000>;
                                interrupts = <0 231 0>;
-                               phys = <&usbdrd_phy0 0>, <&usbdrd_phy0 1>;
+                               phys = <&usbdrd30_phy 0>, <&usbdrd30_phy 1>;
                                phy-names = "usb2-phy", "usb3-phy";
                        };
 
                };
 
-               usbdrd_phy0: phy@15500000 {
+               usbdrd30_phy: phy@15500000 {
                        compatible = "samsung,exynos5433-usbdrd-phy";
                        reg = <0x15500000 0x100>;
                        clocks = <&cmu_fsys CLK_ACLK_USBDRD30>, <&xxti>,