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

ARM: dts: sunxi: correct indentation

Do not use spaces for indentation.

Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20221002091959.68815-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+7 -7
+7 -7
arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi
··· 89 89 }; 90 90 91 91 reg_gmac_3v3: gmac-3v3 { 92 - compatible = "regulator-fixed"; 93 - regulator-name = "gmac-3v3"; 94 - regulator-min-microvolt = <3300000>; 95 - regulator-max-microvolt = <3300000>; 96 - startup-delay-us = <100000>; 97 - enable-active-high; 98 - gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>; 92 + compatible = "regulator-fixed"; 93 + regulator-name = "gmac-3v3"; 94 + regulator-min-microvolt = <3300000>; 95 + regulator-max-microvolt = <3300000>; 96 + startup-delay-us = <100000>; 97 + enable-active-high; 98 + gpio = <&pio 3 6 GPIO_ACTIVE_HIGH>; 99 99 }; 100 100 101 101 wifi_pwrseq: wifi_pwrseq {