]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: Drop regulator-compatible property on rk3399
authorDiederik de Haas <didi.debian@cknow.org>
Wed, 9 Jul 2025 13:15:23 +0000 (15:15 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 15 Jul 2025 18:19:24 +0000 (20:19 +0200)
The regulator-compatible property has never existed in the
regulator/fcs,fan53555.yaml binding, so drop it.

This fixes the following DTB validation warnings:

  Unevaluated properties are not allowed
  ('regulator-compatible' was unexpected)

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
Link: https://lore.kernel.org/r/20250709132323.128757-11-didi.debian@cknow.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts
arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts

index 81c4fcb30f39c92a6acb8d3246238a8f19c76410..352c8efb37e0b3f1a5cb17a94b0f5ce1159974a9 100644 (file)
        vdd_cpu_b: syr827@40 {
                compatible = "silergy,syr827";
                reg = <0x40>;
-               regulator-compatible = "fan53555-reg";
                pinctrl-0 = <&vsel1_pin>;
                regulator-name = "vdd_cpu_b";
                regulator-min-microvolt = <712500>;
        vdd_gpu: syr828@41 {
                compatible = "silergy,syr828";
                reg = <0x41>;
-               regulator-compatible = "fan53555-reg";
                pinctrl-0 = <&vsel2_pin>;
                regulator-name = "vdd_gpu";
                regulator-min-microvolt = <712500>;
index 15da5c80d25decdfbe3d69ad34f431fb96658b9a..962b8b231c96036b00ef6697db3beee6236fe3bd 100644 (file)
                compatible = "silergy,syr827";
                reg = <0x40>;
                fcs,suspend-voltage-selector = <1>;
-               regulator-compatible = "fan53555-reg";
                pinctrl-0 = <&vsel1_gpio>;
                vsel-gpios = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
                regulator-name = "vdd_cpu_b";
                compatible = "silergy,syr828";
                reg = <0x41>;
                fcs,suspend-voltage-selector = <1>;
-               regulator-compatible = "fan53555-reg";
                pinctrl-0 = <&vsel2_gpio>;
                vsel-gpios = <&gpio1 RK_PB6 GPIO_ACTIVE_HIGH>;
                regulator-name = "vdd_gpu";