Skip to content

Commit

Permalink
update radxa cm3 io radxa display 8hd overlay
Browse files Browse the repository at this point in the history
Signed-off-by: Feng Zhang <[email protected]>
  • Loading branch information
vamrs-feng committed Dec 25, 2023
1 parent 17bbb7b commit ee358a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <dt-bindings/pinctrl/rockchip.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/display/drm_mipi_dsi.h>
#include <dt-bindings/pwm/pwm.h>

/ {
metadata {
Expand Down Expand Up @@ -55,7 +56,7 @@
compatible = "pwm-backlight";
pinctrl-names = "default";
pinctrl-0 = <&dsi1_backlight_en>;
pwms = <&pwm2 0 25000 1>;
pwms = <&pwm2 0 25000 PWM_POLARITY_INVERTED>;
enable-gpios = <&gpio3 RK_PD7 0>;
post-pwm-on-delay-ms = <10>;
pwm-off-delay-ms = <10>;
Expand Down

0 comments on commit ee358a4

Please sign in to comment.