I am attempting to adjust the backlight configuration on my iMX6 device. As of ow I can control the back light via sysfs terminal window at /sys/class/backlight/brightness. The picture below shows the backlight configuration. Note that I changed status = disabled to "okay" in order to enable the driver.
My question involves changing the brightness levels and max_brightness configuration. I have modified the brightness array to add the additional corresponding values that are needed for my application. The array is now a total of 16 indices. The issue is that when I go to set the brightness I still can only set values from 0-7. The max_brightness file located @ /sys/class/backlight/backlightXX/max_brightness will not allow me set the value above 7 even though I have adjusted the brightness array size. Does anyone know how to fix this?
这个PWM的,我的backlight里咋没有相关的设备呢