OSDN Git Service

ARM: dts: exynos: Fix indentation of EHCI and OHCI ports
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 7 Jan 2017 08:52:00 +0000 (10:52 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 29 Jan 2017 19:03:46 +0000 (21:03 +0200)
Replace spaces with tabs in EHCI and OHCI ports indentation.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
arch/arm/boot/dts/exynos4.dtsi

index 23d8560..8fb0e00 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
                port@0 {
-                   reg = <0>;
-                   phys = <&exynos_usbphy 1>;
-                   status = "disabled";
+                       reg = <0>;
+                       phys = <&exynos_usbphy 1>;
+                       status = "disabled";
                };
                port@1 {
-                   reg = <1>;
-                   phys = <&exynos_usbphy 2>;
-                   status = "disabled";
+                       reg = <1>;
+                       phys = <&exynos_usbphy 2>;
+                       status = "disabled";
                };
                port@2 {
-                   reg = <2>;
-                   phys = <&exynos_usbphy 3>;
-                   status = "disabled";
+                       reg = <2>;
+                       phys = <&exynos_usbphy 3>;
+                       status = "disabled";
                };
        };
 
                #address-cells = <1>;
                #size-cells = <0>;
                port@0 {
-                   reg = <0>;
-                   phys = <&exynos_usbphy 1>;
-                   status = "disabled";
+                       reg = <0>;
+                       phys = <&exynos_usbphy 1>;
+                       status = "disabled";
                };
        };