From: Krzysztof Kozlowski Date: Sat, 7 Jan 2017 08:52:00 +0000 (+0200) Subject: ARM: dts: exynos: Fix indentation of EHCI and OHCI ports X-Git-Tag: v4.11-rc1~87^2~6^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=dfaf06baad0c088a55570f7a324949c498f2106c;p=uclinux-h8%2Flinux.git ARM: dts: exynos: Fix indentation of EHCI and OHCI ports Replace spaces with tabs in EHCI and OHCI ports indentation. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Javier Martinez Canillas --- diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 23d856010a51..8fb0e00dd1be 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -372,19 +372,19 @@ #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"; }; }; @@ -398,9 +398,9 @@ #address-cells = <1>; #size-cells = <0>; port@0 { - reg = <0>; - phys = <&exynos_usbphy 1>; - status = "disabled"; + reg = <0>; + phys = <&exynos_usbphy 1>; + status = "disabled"; }; };