[U-Boot] [PATCH 19/23] ARM: tegra: Enable PCIe on Beaver

Marcel Ziswiler marcel at ziswiler.com
Tue Aug 19 15:48:55 CEST 2014


> +	/* 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).



More information about the U-Boot mailing list