diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-10-02 11:20:04 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-10-24 04:18:09 +0200 |
commit | 7b76547835242c211127ba35dab9c0f91194d98e (patch) | |
tree | bff3011ca2281e93582302bea5e8ca5f39f211d4 /arch/arm | |
parent | ARM: dts: vf610-zii-dev-rev-c: fix polarity of at86rf233 reset line (diff) | |
download | linux-7b76547835242c211127ba35dab9c0f91194d98e.tar.xz linux-7b76547835242c211127ba35dab9c0f91194d98e.zip |
ARM: dts: ls1021: correct indentation
Do not use spaces for indentation.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts b/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts index f3ddea934f1b..d2cae8c7d7a6 100644 --- a/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts +++ b/arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts @@ -30,11 +30,11 @@ }; reg_3p3v: regulator-3p3v { - compatible = "regulator-fixed"; - regulator-name = "3P3V"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - regulator-always-on; + compatible = "regulator-fixed"; + regulator-name = "3P3V"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + regulator-always-on; }; leds { |