]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: rockchip: Remove invalid regulator-property from rk3288-veyron
authorFabio Estevam <festevam@gmail.com>
Thu, 26 Feb 2026 14:48:41 +0000 (11:48 -0300)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 23 Mar 2026 21:17:25 +0000 (22:17 +0100)
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>
arch/arm/boot/dts/rockchip/rk3288-veyron-brain.dts
arch/arm/boot/dts/rockchip/rk3288-veyron-mickey.dts

index ade9cc291813ab6c66f13195b2fef7667ec4a18d..d7790eebfdcd3f7d99afa26d194625de812e861f 100644 (file)
                        regulator-min-microvolt = <1000000>;
                        regulator-max-microvolt = <1000000>;
                        regulator-name = "vdd10_lcd";
-                       regulator-suspend-mem-disabled;
                };
 
                vcc18_hdmi: SWITCH_REG2 {
                        regulator-always-on;
                        regulator-boot-on;
                        regulator-name = "vcc18_hdmi";
-                       regulator-suspend-mem-disabled;
                };
        };
 };
index d665c3e8862cdf9a70102f0acb91ac81ecb1a92b..20fe8468392854f4e859f1434986c44fcf05f24b 100644 (file)
                        regulator-min-microvolt = <1000000>;
                        regulator-max-microvolt = <1000000>;
                        regulator-name = "vdd10_lcd";
-                       regulator-suspend-mem-disabled;
                };
 
                vcc18_lcd: LDO_REG8 {
                        regulator-min-microvolt = <1800000>;
                        regulator-max-microvolt = <1800000>;
                        regulator-name = "vcc18_lcd";
-                       regulator-suspend-mem-disabled;
                };
        };
 };