mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
From fe99ab9113e33c825d1efb8d66f79e217e3108bf Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Niklas=20S=C3=B6derlund?=
|
|
<niklas.soderlund+renesas@ragnatech.se>
|
|
Date: Mon, 13 Jun 2022 00:31:57 +0200
|
|
Subject: [PATCH 24/51] arm64: dts: rockchip: Add missing space around
|
|
regulator-name on rk3368-orion-r68
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
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 | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- 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;
|