Re: [U-Boot] [PATCH] ARM: tegra: amend pmc.h for Tegra114+

2014-01-24 Thread Thierry Reding
On Wed, Jan 22, 2014 at 01:20:59PM -0700, Stephen Warren wrote: [...] > diff --git a/arch/arm/include/asm/arch-tegra/pmc.h > b/arch/arm/include/asm/arch-tegra/pmc.h [...] > @@ -21,7 +21,11 @@ struct pmc_ctlr { > uint pmc_dpd_sample;/* _DPD_PADS_SAMPLE_0, offset 20 */ > uint

[U-Boot] [PATCH] ARM: tegra: amend pmc.h for Tegra114+

2014-01-22 Thread Stephen Warren
From: Stephen Warren Tegra114 and later's PMC module removes the pwrgate_timer_on register and replaces it with a clamp_status register. Adjust pmc.h to reflect this, and update any code affected by the change. The cpu.c change in this patch was extracted from a much larger patch by Jimmy Zhang.