Hi for all,
I would like to change period of backlight pwm.
In toradex website it was written that pwm 4 for responsible for this issue.
When i try to acces via sysfs path, the system says that there is no directory.
PWM4 PWM4 /sys/class/backlight/backlight.17/ Used for backlight control
Also Can i change it in boot2qt dts file ?
&backlight {
brightness-levels = <0 45 63 88 119 158 203 255>;
default-brightness-level = <4>;
power-supply = <®_3v3_sw>;
pwms = <&pwm4 0 6666667 PWM_POLARITY_INVERTED>;
status = "okay"; };
how can i change the period of it ??
Thank you for your all support