From: Thierry Reding <thierry.reding@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: tegra: amend pmc.h for Tegra114+
Date: Fri, 24 Jan 2014 15:03:13 +0100 [thread overview]
Message-ID: <20140124140311.GE25720@ulmo.nvidia.com> (raw)
In-Reply-To: <1390422059-32007-1-git-send-email-swarren@wwwdotorg.org>
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@nvidia.com>
Acked-by: Thierry Reding <treding@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@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>
prev parent reply other threads:[~2014-01-24 14:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-22 20:20 [U-Boot] [PATCH] ARM: tegra: amend pmc.h for Tegra114+ Stephen Warren
2014-01-24 14:03 ` Thierry Reding [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140124140311.GE25720@ulmo.nvidia.com \
--to=thierry.reding@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.