On Saturday 15 August 2009 22:33:19 Larry Finger wrote: > Michael, > > I just ran across a couple of routines named sb_pmu_set_ldo_voltage() > and sb_pmu_paref_ldo_enable(). These are no-ops for all chips except > for 0x4328, 0x5354, and 0x4312 and I don't need to be concerned at the > moment, but I will eventually need to deal with them. Do you have any > insights into the LDO?
I think we don't need to care too much about those routines. They are most likely only needed on embedded devices and there the bootloader already configured this correctly for us. So they are really always skipped in the linux kernel bootup. (That's the case for the frequency tuning, if you keep the default PLL frequency). But it would be good to have specs nevertheless, if we want to develop our own bootloader (which I wanted to do, but froze the project for now). -- Greetings, Michael. _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
