]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: rockchip: use correct fcs,suspend-voltage-selector on NanoPC-T6
authorHeiko Stuebner <heiko@sntech.de>
Thu, 29 Aug 2024 13:20:58 +0000 (15:20 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 29 Aug 2024 21:55:32 +0000 (23:55 +0200)
A remant from moving from the vendor kernel, the regulator is using
a fairchild fcs prefix instead of rockchip,* in the mainline kernel
according to its binding.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20240829132100.1723127-2-heiko@sntech.de
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi

index b5f5ce3459a4e21b85bcb0017635fe796176ad1a..066b964a7ea83681f1a3cfee862b3271514fdea7 100644 (file)
        vdd_npu_s0: regulator@42 {
                compatible = "rockchip,rk8602";
                reg = <0x42>;
-               rockchip,suspend-voltage-selector = <1>;
+               fcs,suspend-voltage-selector = <1>;
                regulator-name = "vdd_npu_s0";
                regulator-always-on;
                regulator-boot-on;