arm64: dts: rockchip: Add missing space around regulator-name on rk3368-orion-r68
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Sun, 12 Jun 2022 22:31:57 +0000 (00:31 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 12 Jun 2022 22:56:41 +0000 (00:56 +0200)
Add the missing space around the regulator-name property before the typo
spreads to other files.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20220612223201.2740248-3-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts

index 3ebe15e03cf4dea50ccd9bbefcabade5972065a2..05c50e584e2e62d9b33d5581d5562b8d93da1d8b 100644 (file)
 
        vccio_sd: vcc-io-sd-regulator {
                compatible = "regulator-fixed";
-               regulator-name= "vccio_sd";
+               regulator-name = "vccio_sd";
                regulator-min-microvolt = <1800000>;
                regulator-max-microvolt = <3300000>;
                regulator-always-on;