Hello,
Thanks a lot for your support. We are using mickledore release (kernel 6.1.22), and the multimedia image we generated for the EVK board.
The backlight node in device tree is as below (the entire dts file is attached):
backlight: backlight {
compatible = "pwm-backlight";
pwms = <&pwm1 0 5000000 0>;
brightness-levels = <0 255>;
num-interpolated-steps = <255>;
default-brightness-level = <250>;
};
I can see the screen brightness changes with different settings of brightness value. The issue is, when set lower brightness value, e.g 120, there are obvious display flickers.
It is OLED panel. I'm not clear if more need done for setting brightness. I just input the command for this:
# echo 120 > /sys/devices/platform/soc@0/32c00000.bus/32e10000.mipi_dsi/32e10000.mipi_dsi.0/backlight/32e10000.mipi_dsi.0/brightness
Regards,
Frank