From: Niklas Söderlund Date: Sun, 12 Jun 2022 22:31:57 +0000 (+0200) Subject: arm64: dts: rockchip: Add missing space around regulator-name on rk3368-orion-r68 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d040e81bec407057b6dea9dadfe5e15b9845b010;p=linux.git arm64: dts: rockchip: Add missing space around regulator-name on rk3368-orion-r68 Add the missing space around the regulator-name property before the typo spreads to other files. Signed-off-by: Niklas Söderlund Link: https://lore.kernel.org/r/20220612223201.2740248-3-niklas.soderlund+renesas@ragnatech.se Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts b/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts index 3ebe15e03cf4d..05c50e584e2e6 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts +++ b/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts @@ -134,7 +134,7 @@ 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;