]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx6qdl-tx6: Remove 'turn-on-delay-ms'
authorFabio Estevam <festevam@denx.de>
Fri, 4 Oct 2024 12:12:35 +0000 (09:12 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 21 Oct 2024 09:22:29 +0000 (17:22 +0800)
The 'turn-on-delay-ms' property is not documented nor used anywhere else.

Remove this invalid property to fix the following dt-schema warning:

Unevaluated properties are not allowed ('turn-on-delay-ms' was unexpected)

Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6dl-tx6dl-comtft.dts
arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1010-comtft.dts
arch/arm/boot/dts/nxp/imx/imx6q-tx6q-1020-comtft.dts
arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-lcd.dtsi
arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-mb7.dtsi

index 51a9bb9d6bc2811bc347b1553e8ba74a2f2f642f..7436626673fc4511cc46cb743ec5e22fdf93bf7a 100644 (file)
@@ -51,7 +51,6 @@
 
 &backlight {
        pwms = <&pwm2 0 500000 0>;
-       /delete-property/ turn-on-delay-ms;
 };
 
 &can1 {
index ac3050a835e5502bf24ed3f04dc6500003d534f8..393bfec58e2f47525ec8b0ca8cd53c64bd477d59 100644 (file)
@@ -51,7 +51,6 @@
 
 &backlight {
        pwms = <&pwm2 0 500000 0>;
-       /delete-property/ turn-on-delay-ms;
 };
 
 &can1 {
index a773f252816cb54091a60189be147c6d92616a03..1ab175ffa238ad2e2a80a9c223accd4c4951692c 100644 (file)
@@ -51,7 +51,6 @@
 
 &backlight {
        pwms = <&pwm2 0 500000 0>;
-       /delete-property/ turn-on-delay-ms;
 };
 
 &can1 {
index ded241a39906b27c634a68594be4de289b384f2b..77594546ef376826ab67282f0c71263a3a881bdd 100644 (file)
@@ -51,7 +51,6 @@
                pinctrl-0 = <&pinctrl_lcd1_pwr>;
                enable-gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>;
                power-supply = <&reg_3v3>;
-               turn-on-delay-ms = <35>;
                /*
                 * a poor man's way to create a 1:1 relationship between
                 * the PWM value and the actual duty cycle
index 99ec7a838f8d27e7830bacadc902950717e5d76f..bae7313d729d958511cfd3060158a61193ce19b3 100644 (file)
 / {
        backlight0 {
                pwms = <&pwm1 0 500000 PWM_POLARITY_INVERTED>;
-               turn-on-delay-ms = <35>;
                power-supply = <&reg_lcd1_pwr>;
        };
 
        backlight1 {
                pwms = <&pwm2 0 500000 PWM_POLARITY_INVERTED>;
-               turn-on-delay-ms = <35>;
                power-supply = <&reg_lcd1_pwr>;
        };