Tool/software:
I am running my own AM6234 board. I need a PWM signal for a screen backlight starting at power-up. I have added code to evm.c that starts PWM0_A. PWM0_A also runs in my application. However, the PWM signal gets disabled during linux kernel load.
How can I set the period, duty cycle and restart the PWM in the device tree while the kernel is loading?