[U-Boot] [PATCH 23/23] ARM: tegra: Enable PCIe on Jetson TK1

Stephen Warren swarren at wwwdotorg.org
Wed Aug 20 20:54:23 CEST 2014


On 08/18/2014 01:16 AM, Thierry Reding wrote:
> From: Thierry Reding <treding at nvidia.com>
>
> The Jetson TK1 has an ethernet NIC connected to the PCIe bus and routes
> the second root port to a miniPCIe slot. Enable the PCIe controller and
> the network driver to allow the device to boot over the network.

> diff --git a/arch/arm/dts/tegra124-jetson-tk1.dts b/arch/arm/dts/tegra124-jetson-tk1.dts

>   	i2c at 7000d000 {

> +		pmic: pmic at 40 {

> +			regulators {

> +				sd1 {

> +					ams,ext-control = <1>;

According to an internal bug, we need to remove that property in order 
to get correct sequencing of the power rails at shutdown time. We need 
to fix that for the kernel too. However, we need to do more than just 
remove that property, or suspend won't actually turn off the rails:-/ So 
I suppose we should wait until the kernel patches land before resolving 
that; your patch does match what the kernel does currently.


More information about the U-Boot mailing list