Skip to content

Commit

Permalink
arm64: dts: rockchip: Add missing space around regulator-name on rk33…
Browse files Browse the repository at this point in the history
…68-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>
  • Loading branch information
Niklas Söderlund authored and Heiko Stuebner committed Jun 12, 2022
1 parent 1526c3a commit d040e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3368-orion-r68-meta.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d040e81

Please sign in to comment.