Commit "780f13a... hwmon: do not init sensors on startup" moved initialization of the dtt driver to cmd_dtt. I just realized that this means trouble for me, because the lm63 driver used on our boards is responsible for setting up the fans. Relying on cmd_dtt being called by preboot seems fragile to me. The vision of molten FPGAs makes me shudder. What would be the right way (tm) to solve this? Should I strip the fan initialization from dtt_init_one()? Should I call dtt_init_one() form board bootcode? Other ideas welcome.
Cheers Dirk _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot