Skip to content

Commit 707f54d

Browse files
fabioestevammmind
authored andcommitted
ARM: dts: rockchip: Remove invalid regulator-property from rk3288-veyron
The 'regulator-suspend-mem-disabled' property is not documented nor used anywhere. Remove this invalid property. This fixes the following dt-schema warning: ('regulator-suspend-mem-disabled' was unexpected) Signed-off-by: Fabio Estevam <festevam@gmail.com> Link: https://patch.msgid.link/20260226144842.2727107-1-festevam@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 0c28011 commit 707f54d

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

arch/arm/boot/dts/rockchip/rk3288-veyron-brain.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,12 @@
9191
regulator-min-microvolt = <1000000>;
9292
regulator-max-microvolt = <1000000>;
9393
regulator-name = "vdd10_lcd";
94-
regulator-suspend-mem-disabled;
9594
};
9695

9796
vcc18_hdmi: SWITCH_REG2 {
9897
regulator-always-on;
9998
regulator-boot-on;
10099
regulator-name = "vcc18_hdmi";
101-
regulator-suspend-mem-disabled;
102100
};
103101
};
104102
};

arch/arm/boot/dts/rockchip/rk3288-veyron-mickey.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@
246246
regulator-min-microvolt = <1000000>;
247247
regulator-max-microvolt = <1000000>;
248248
regulator-name = "vdd10_lcd";
249-
regulator-suspend-mem-disabled;
250249
};
251250

252251
vcc18_lcd: LDO_REG8 {
@@ -255,7 +254,6 @@
255254
regulator-min-microvolt = <1800000>;
256255
regulator-max-microvolt = <1800000>;
257256
regulator-name = "vcc18_lcd";
258-
regulator-suspend-mem-disabled;
259257
};
260258
};
261259
};

0 commit comments

Comments
 (0)