On Wed, 2015-09-30 at 04:29 +0100, Peter Robinson wrote: > > This is already fixed by this patch: > > > > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/com > > mit/drivers/regulator/axp20x > > -regulator.c?id=d4ea7d86457a8d0ea40ce77bdeda1fc966cc35ec > > I've pulled this patch into the F-23/4.2.x kernel, it'll be in the > 4.2.2 build, it's already in rawhide.
Thanks, Peter. One other thing to think about. Although the cpufreq-dt module will autoload from dt ref, it needs to be in the initramfs image created by dracut. This doesn't happen automatically. Currently have created a /etc/dracut.conf.d/sunxi.conf with... ------------ ## ## Need to make sure these are in the initramfs image and they ## will be automatically loaded via DT reference ## add_drivers+="cpufreq-dt sunxi-wdt" ------------ Regards Clive -- Clive Messer <[email protected]> -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
