Skip to content

Commit 3adf893

Browse files
martinezjaviermmind
authored andcommitted
arm64: dts: rockchip: Remove non-existing pwm-delay-us property
There is neither a driver that parses this nor a DT binding schema that documents it, so let's remove from the DTS files that make use of this. The properties that exist are post-pwm-on-delay-ms and pwm-off-delay-ms, defined in the pwm-backlight DT binding. If the delays are really needed then those properties should be used instead. Brian Norris mentioned though that looking at the first downstream usage of the pwm-delay-us property for RK3399 Gru systems in ChromiumOS tree, he couldn't find a spec reference that said that this was really needed. So perhaps it was unnecessary added and a simple removal would be enough. Signed-off-by: Javier Martinez Canillas <[email protected]> Reviewed-by: Brian Norris <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 8789139 commit 3adf893

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

arch/arm64/boot/dts/rockchip/rk3368-evb.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
pinctrl-names = "default";
6262
pinctrl-0 = <&bl_en>;
6363
pwms = <&pwm0 0 1000000 PWM_POLARITY_INVERTED>;
64-
pwm-delay-us = <10000>;
6564
};
6665

6766
emmc_pwrseq: emmc-pwrseq {

arch/arm64/boot/dts/rockchip/rk3399-gru-chromebook.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@
198198
power-supply = <&pp3300_disp>;
199199
pinctrl-names = "default";
200200
pinctrl-0 = <&bl_en>;
201-
pwm-delay-us = <10000>;
202201
};
203202

204203
gpio_keys: gpio-keys {

arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@
167167
pinctrl-names = "default";
168168
pinctrl-0 = <&bl_en>;
169169
pwms = <&pwm1 0 1000000 0>;
170-
pwm-delay-us = <10000>;
171170
};
172171

173172
dmic: dmic {

0 commit comments

Comments
 (0)