I have a power management device (PF1550) in an I.MX6ULL embedded linux platform and its registers are configured in the uboot once. I want to have something to pull its registers in the firmware right after boot up. Is kernel Module a good way to do this or there are simpler ways?
Thanks for your help in advance!