mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 17:04:50 -04:00
ARM: dts: imx6qdl-tx6: Remove 'turn-on-delay-ms'
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>
This commit is contained in:
@@ -51,7 +51,6 @@ / {
|
||||
|
||||
&backlight {
|
||||
pwms = <&pwm2 0 500000 0>;
|
||||
/delete-property/ turn-on-delay-ms;
|
||||
};
|
||||
|
||||
&can1 {
|
||||
|
||||
@@ -51,7 +51,6 @@ / {
|
||||
|
||||
&backlight {
|
||||
pwms = <&pwm2 0 500000 0>;
|
||||
/delete-property/ turn-on-delay-ms;
|
||||
};
|
||||
|
||||
&can1 {
|
||||
|
||||
@@ -51,7 +51,6 @@ / {
|
||||
|
||||
&backlight {
|
||||
pwms = <&pwm2 0 500000 0>;
|
||||
/delete-property/ turn-on-delay-ms;
|
||||
};
|
||||
|
||||
&can1 {
|
||||
|
||||
@@ -51,7 +51,6 @@ backlight: backlight {
|
||||
pinctrl-0 = <&pinctrl_lcd1_pwr>;
|
||||
enable-gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>;
|
||||
power-supply = <®_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
|
||||
|
||||
@@ -42,13 +42,11 @@
|
||||
/ {
|
||||
backlight0 {
|
||||
pwms = <&pwm1 0 500000 PWM_POLARITY_INVERTED>;
|
||||
turn-on-delay-ms = <35>;
|
||||
power-supply = <®_lcd1_pwr>;
|
||||
};
|
||||
|
||||
backlight1 {
|
||||
pwms = <&pwm2 0 500000 PWM_POLARITY_INVERTED>;
|
||||
turn-on-delay-ms = <35>;
|
||||
power-supply = <®_lcd1_pwr>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user