Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ti: correct indentation

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>

+20 -20
+5 -5
arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi
··· 16 16 17 17 /* Power supply provides a fixed 3.3V @3A */ 18 18 vmmcsd_fixed: vmmcsd-regulator { 19 - compatible = "regulator-fixed"; 20 - regulator-name = "vmmcsd_fixed"; 21 - regulator-min-microvolt = <3300000>; 22 - regulator-max-microvolt = <3300000>; 23 - regulator-boot-on; 19 + compatible = "regulator-fixed"; 20 + regulator-name = "vmmcsd_fixed"; 21 + regulator-min-microvolt = <3300000>; 22 + regulator-max-microvolt = <3300000>; 23 + regulator-boot-on; 24 24 }; 25 25 26 26 buttons: push_button {
+5 -5
arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi
··· 21 21 22 22 /* Power supply provides a fixed 3.3V @3A */ 23 23 vmmcsd_fixed: vmmcsd-regulator { 24 - compatible = "regulator-fixed"; 25 - regulator-name = "vmmcsd_fixed"; 26 - regulator-min-microvolt = <3300000>; 27 - regulator-max-microvolt = <3300000>; 28 - regulator-boot-on; 24 + compatible = "regulator-fixed"; 25 + regulator-name = "vmmcsd_fixed"; 26 + regulator-min-microvolt = <3300000>; 27 + regulator-max-microvolt = <3300000>; 28 + regulator-boot-on; 29 29 }; 30 30 31 31 buttons: push_button {
+2 -2
arch/arm/boot/dts/am335x-pepper.dts
··· 555 555 }; 556 556 557 557 &usb0 { 558 - dr_mode = "host"; 558 + dr_mode = "host"; 559 559 }; 560 560 561 561 &usb1 { 562 - dr_mode = "host"; 562 + dr_mode = "host"; 563 563 }; 564 564 565 565 &am33xx_pinmux {
+8 -8
arch/arm/boot/dts/am3517-evm.dts
··· 26 26 reg = <0x80000000 0x10000000>; /* 256 MB */ 27 27 }; 28 28 29 - vmmc_fixed: vmmc { 30 - compatible = "regulator-fixed"; 31 - regulator-name = "vmmc_fixed"; 32 - regulator-min-microvolt = <3300000>; 33 - regulator-max-microvolt = <3300000>; 34 - }; 29 + vmmc_fixed: vmmc { 30 + compatible = "regulator-fixed"; 31 + regulator-name = "vmmc_fixed"; 32 + regulator-min-microvolt = <3300000>; 33 + regulator-max-microvolt = <3300000>; 34 + }; 35 35 36 36 gpio-keys { 37 37 compatible = "gpio-keys-polled"; ··· 176 176 }; 177 177 178 178 &davinci_mdio { 179 - status = "okay"; 179 + status = "okay"; 180 180 }; 181 181 182 182 &dss { ··· 227 227 }; 228 228 229 229 &mmc3 { 230 - status = "disabled"; 230 + status = "disabled"; 231 231 }; 232 232 233 233 &usbhshost {