> + /* TPS659110: LDO2_REG = 1.05V, ACTIVE */ > + data[0] = 0x15; > + addr = 0x31; > + > + err = i2c_read(PMU_I2C_ADDRESS, addr, 1, data, 1);
You sure about that read?
Me wondering why it did not work on my shiny Apalis T30.
> + if (err) {
> + debug("failed to set AVDD supply\n");
> + return err;
> + }
Yeah, that one just did not wana set anything (;-p).
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

