Skip to content

Commit b2501f3

Browse files
diederikdehaasmmind
authored andcommitted
arm64: dts: rockchip: Drop regulator-compatible property on rk3399
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 2fe00f4 commit b2501f3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

arch/arm64/boot/dts/rockchip/rk3399-hugsun-x99.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@
211211
vdd_cpu_b: syr827@40 {
212212
compatible = "silergy,syr827";
213213
reg = <0x40>;
214-
regulator-compatible = "fan53555-reg";
215214
pinctrl-0 = <&vsel1_pin>;
216215
regulator-name = "vdd_cpu_b";
217216
regulator-min-microvolt = <712500>;
@@ -229,7 +228,6 @@
229228
vdd_gpu: syr828@41 {
230229
compatible = "silergy,syr828";
231230
reg = <0x41>;
232-
regulator-compatible = "fan53555-reg";
233231
pinctrl-0 = <&vsel2_pin>;
234232
regulator-name = "vdd_gpu";
235233
regulator-min-microvolt = <712500>;

arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@
421421
compatible = "silergy,syr827";
422422
reg = <0x40>;
423423
fcs,suspend-voltage-selector = <1>;
424-
regulator-compatible = "fan53555-reg";
425424
pinctrl-0 = <&vsel1_gpio>;
426425
vsel-gpios = <&gpio1 RK_PC1 GPIO_ACTIVE_HIGH>;
427426
regulator-name = "vdd_cpu_b";
@@ -440,7 +439,6 @@
440439
compatible = "silergy,syr828";
441440
reg = <0x41>;
442441
fcs,suspend-voltage-selector = <1>;
443-
regulator-compatible = "fan53555-reg";
444442
pinctrl-0 = <&vsel2_gpio>;
445443
vsel-gpios = <&gpio1 RK_PB6 GPIO_ACTIVE_HIGH>;
446444
regulator-name = "vdd_gpu";

0 commit comments

Comments
 (0)