]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: renesas: gray-hawk-single: Fix indentation
authorTomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com>
Fri, 6 Dec 2024 09:32:41 +0000 (11:32 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 11 Dec 2024 10:51:41 +0000 (11:51 +0100)
Fix the indent on the two regulators.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen+renesas@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20241206-rcar-gh-dsi-v3-8-d74c2166fa15@ideasonboard.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts

index 58eabcc7e0e07f494fe4aab3dd23eedab7075680..a455450d69875b9856d488cb64429d8413c40492 100644 (file)
        };
 
        reg_1p8v: regulator-1p8v {
-                       compatible = "regulator-fixed";
-                       regulator-name = "fixed-1.8V";
-                       regulator-min-microvolt = <1800000>;
-                       regulator-max-microvolt = <1800000>;
-                       regulator-boot-on;
-                       regulator-always-on;
+               compatible = "regulator-fixed";
+               regulator-name = "fixed-1.8V";
+               regulator-min-microvolt = <1800000>;
+               regulator-max-microvolt = <1800000>;
+               regulator-boot-on;
+               regulator-always-on;
        };
 
        reg_3p3v: regulator-3p3v {
-                       compatible = "regulator-fixed";
-                       regulator-name = "fixed-3.3V";
-                       regulator-min-microvolt = <3300000>;
-                       regulator-max-microvolt = <3300000>;
-                       regulator-boot-on;
-                       regulator-always-on;
+               compatible = "regulator-fixed";
+               regulator-name = "fixed-3.3V";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+               regulator-boot-on;
+               regulator-always-on;
        };
 
        sound_mux: sound-mux {