This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM6548: Brightness issue of PWM backlight

Part Number: AM6548

Hi ,

We are adjusting the PWM backlight and found that setting the brightness to 0 is the same as setting it to 8, which are the brightest, but setting the brightness to 1 to 7 is normal.

That is, setting the brightness to 0 and changing the bl_power setting of the backlight to "1". You can't turn off the backlight. Have you encountered similar problems?

Its related setting in DTS list as follow:

Fullscreen
1
2
3
4
5
6
7
8
9
......
lcd_bl: backlight {
compatible = "pwm-backlight";
pwms = <&ehrpwm1 0 5000000 PWM_POLARITY_INVERTED>;
brightness-levels =
<0 32 64 96 128 160 192 224 255>;
default-brightness-level = <5>;
};
......
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Thanks

Kenn