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 <krzk@kernel.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
This commit is contained in:
Krzysztof Kozlowski 2017-01-07 10:52:00 +02:00
parent bb46d1eb41
commit dfaf06baad
1 changed files with 12 additions and 12 deletions

View File

@ -372,19 +372,19 @@ ehci: ehci@12580000 {
#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 @@ ohci: ohci@12590000 {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
phys = <&exynos_usbphy 1>;
status = "disabled";
reg = <0>;
phys = <&exynos_usbphy 1>;
status = "disabled";
};
};