d7d87e22e83bbd701470fdf99d616d694683594e
[openwrt/staging/wigyori.git] /
1 From 170c77276d470a63d22a2634a38846dd88538637 Mon Sep 17 00:00:00 2001
2 From: Heiko Stuebner <heiko@sntech.de>
3 Date: Thu, 29 Aug 2024 15:20:58 +0200
4 Subject: [PATCH] arm64: dts: rockchip: use correct
5 fcs,suspend-voltage-selector on NanoPC-T6
6
7 A remant from moving from the vendor kernel, the regulator is using
8 a fairchild fcs prefix instead of rockchip,* in the mainline kernel
9 according to its binding.
10
11 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
12 Link: https://lore.kernel.org/r/20240829132100.1723127-2-heiko@sntech.de
13 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
14 ---
15 arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 --- a/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi
19 +++ b/arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi
20 @@ -366,7 +366,7 @@
21 vdd_npu_s0: regulator@42 {
22 compatible = "rockchip,rk8602";
23 reg = <0x42>;
24 - rockchip,suspend-voltage-selector = <1>;
25 + fcs,suspend-voltage-selector = <1>;
26 regulator-name = "vdd_npu_s0";
27 regulator-always-on;
28 regulator-boot-on;