ARM: dts: ti: correct indentation
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 2 Oct 2022 09:20:10 +0000 (11:20 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 26 Oct 2022 16:52:24 +0000 (12:52 -0400)
Do not use spaces for indentation.

Link: https://lore.kernel.org/r/20221002092010.69030-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi
arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi
arch/arm/boot/dts/am335x-pepper.dts
arch/arm/boot/dts/am3517-evm.dts

index 7b40ca9483ca2460a989ec78a78c396501a83cd5..49e280b42442f55470ac03f6ebeff69e31fc6d7a 100644 (file)
 
        /* Power supply provides a fixed 3.3V @3A */
        vmmcsd_fixed: vmmcsd-regulator {
-             compatible = "regulator-fixed";
-             regulator-name = "vmmcsd_fixed";
-             regulator-min-microvolt = <3300000>;
-             regulator-max-microvolt = <3300000>;
-             regulator-boot-on;
+               compatible = "regulator-fixed";
+               regulator-name = "vmmcsd_fixed";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+               regulator-boot-on;
        };
 
        buttons: push_button {
index e0364adb83938f43c6cfd5bafc832d35175ed1f7..7d00e8b20f18a424b26788df4650b056af121e5a 100644 (file)
 
        /* Power supply provides a fixed 3.3V @3A */
        vmmcsd_fixed: vmmcsd-regulator {
-             compatible = "regulator-fixed";
-             regulator-name = "vmmcsd_fixed";
-             regulator-min-microvolt = <3300000>;
-             regulator-max-microvolt = <3300000>;
-             regulator-boot-on;
+               compatible = "regulator-fixed";
+               regulator-name = "vmmcsd_fixed";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+               regulator-boot-on;
        };
 
        buttons: push_button {
index 8691eec33b61b408f9a49a3cf2d184649cff88d3..a4509e9e1056c72d03f734dfe36216d36b7f1d4b 100644 (file)
 };
 
 &usb0 {
-        dr_mode = "host";
+       dr_mode = "host";
 };
 
 &usb1 {
-        dr_mode = "host";
+       dr_mode = "host";
 };
 
 &am33xx_pinmux {
index 35b653014f2b0afed32a8ff5f8b5f684f152dd85..18c85c112a3eb8ec6e7c8cc087362a0e253b38b5 100644 (file)
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
-        vmmc_fixed: vmmc {
-                compatible = "regulator-fixed";
-                regulator-name = "vmmc_fixed";
-                regulator-min-microvolt = <3300000>;
-                regulator-max-microvolt = <3300000>;
-        };
+       vmmc_fixed: vmmc {
+               compatible = "regulator-fixed";
+               regulator-name = "vmmc_fixed";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+       };
 
        gpio-keys {
                compatible = "gpio-keys-polled";
 };
 
 &davinci_mdio {
-            status = "okay";
+       status = "okay";
 };
 
 &dss {
 };
 
 &mmc3 {
-      status = "disabled";
+       status = "disabled";
 };
 
 &usbhshost {