summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>2022-06-13 00:31:57 +0200
committerHeiko Stuebner <heiko@sntech.de>2022-06-13 00:56:41 +0200
commitd040e81bec407057b6dea9dadfe5e15b9845b010 (patch)
tree4b1ce0f1a9f1166ad997680395db122ea8c36767 /arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts
parent1526c3a09ecc3e3fc08495fe4a7ff82167354ca2 (diff)
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 <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>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts2
1 files changed, 1 insertions, 1 deletions
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 3ebe15e03cf4..05c50e584e2e 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;