On 08/18/2014 01:16 AM, Thierry Reding wrote:
From: Thierry Reding <tred...@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@7000d000 {

+               pmic: pmic@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.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to