[U-Boot] [PATCH] ARM: tegra: amend pmc.h for Tegra114+
Thierry Reding
thierry.reding at gmail.com
Fri Jan 24 15:03:13 CET 2014
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 pmc_dpd_enable; /* _DPD_PADS_ENABLE_0, offset 24 */
> uint pmc_pwrgate_timer_off; /* _PWRGATE_TIMER_OFF_0, offset 28 */
> - uint pmc_pwrgate_timer_on; /* _PWRGATE_TIMER_ON_0, offset 2C */
> +#if defined(CONFIG_TEGRA20) || defined(CONFIG_TEGRA30)
> + uint pmc_pwrgate_timer_on; /* _PWRGATE_TIMER_ON_0, offset 28 */
The comment here is wrong, it's still at offset 0x2c. Other than that:
Reviewed-by: Thierry Reding <treding at nvidia.com>
Acked-by: Thierry Reding <treding at nvidia.com>
I've also applied this to my local tree that I booted the Venice2 from,
along with your other patches, so:
Tested-by: Thierry Reding <treding at nvidia.com>
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140124/98f27d76/attachment.pgp>
More information about the U-Boot
mailing list