All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [cosmetic PATCH v1] ARM: socfpga: Fix Documentation errors in scu_registers
Date: Wed, 16 May 2018 11:33:10 +0200	[thread overview]
Message-ID: <d5e39a6d-5593-afa2-6894-72e5f27f74fe@denx.de> (raw)
In-Reply-To: <1526402738-21963-1-git-send-email-ben.h.kalo@gmail.com>

On 05/15/2018 06:45 PM, Ben Kalo wrote:
> According to ARM Cortex-A9 MPCore TRM section 2.2 - SCU registers
> Access Control register offset is 0x50.
> 
> Signed-off-by: Ben Kalo <ben.h.kalo@gmail.com>
> Cc: Marek Vasut <marex@denx.de>
> Cc: Albert Aribaud <albert.u.boot@aribaud.net>
> ---
> 
>  arch/arm/mach-socfpga/include/mach/scu.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/mach-socfpga/include/mach/scu.h b/arch/arm/mach-socfpga/include/mach/scu.h
> index 27224b1..b684a55 100644
> --- a/arch/arm/mach-socfpga/include/mach/scu.h
> +++ b/arch/arm/mach-socfpga/include/mach/scu.h
> @@ -14,8 +14,8 @@ struct scu_registers {
>  	u32	_pad_0x10_0x3c[12];	/* 0x10 */
>  	u32	fsar;			/* 0x40 */
>  	u32	fear;
> -	u32	_pad_0x48_0x50[2];
> -	u32	acr;			/* 0x54 */
> +	u32	_pad_0x48_0x4c[2];
> +	u32	acr;			/* 0x50 */
>  	u32	sacr;
>  };
>  
> 
Applied, thanks.

-- 
Best regards,
Marek Vasut

      reply	other threads:[~2018-05-16  9:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-15 16:45 [U-Boot] [cosmetic PATCH v1] ARM: socfpga: Fix Documentation errors in scu_registers Ben Kalo
2018-05-16  9:33 ` Marek Vasut [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=d5e39a6d-5593-afa2-6894-72e5f27f74fe@denx.de \
    --to=marex@denx.de \
    --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.