summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-01-23 16:55:38 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-01-30 13:21:35 +0000
commit7f35a26c74084d29244a032bce9a420b1564c116 (patch)
tree828e62594d9e3d7cea94e37df890ea38bea2a139
parent82f41288950207f1dc8c5a2f7b35bde1c7105e7b (diff)
verdin-am62: riverdi: fix backlight pwm polarityHEADmaster
The Riverdi 10" Capacitive Touch display is brightest when the PWM duty cycle is at 100%, i.e. always 1. Thus keep the PWM polarity at normal. That way 0: backlight off, 1: backlight dark, 7: backlight bright. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--overlays/verdin-am62_panel-cap-touch-10inch-dsi_overlay.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/verdin-am62_panel-cap-touch-10inch-dsi_overlay.dts b/overlays/verdin-am62_panel-cap-touch-10inch-dsi_overlay.dts
index b11c36d..a56e845 100644
--- a/overlays/verdin-am62_panel-cap-touch-10inch-dsi_overlay.dts
+++ b/overlays/verdin-am62_panel-cap-touch-10inch-dsi_overlay.dts
@@ -28,7 +28,7 @@
enable-gpios = <&main_gpio0 34 GPIO_ACTIVE_HIGH>;
power-supply = <&reg_3v3>;
/* Verdin PWM_3_DSI/PWM_3_DSI_LVDS (SODIMM 19) */
- pwms = <&epwm1 0 6666667 PWM_POLARITY_INVERTED>;
+ pwms = <&epwm1 0 6666667 0>;
};
panel-lvds {