public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: imx7d: Fix UART2 base address
Date: Fri, 25 Sep 2015 22:01:54 -0700	[thread overview]
Message-ID: <20150926050154.GF3529@tiger> (raw)
In-Reply-To: <1443122292-29385-1-git-send-email-festevam@gmail.com>

On Thu, Sep 24, 2015 at 04:18:12PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> The UART2 memory space starts at address 0x30890000 (UART2_URXD).
> 
> Fix it so that UART2 can be used.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Frank, can you confirm it?

Shawn

> ---
>  arch/arm/boot/dts/imx7d.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi
> index 15c2193..9569d0a 100644
> --- a/arch/arm/boot/dts/imx7d.dtsi
> +++ b/arch/arm/boot/dts/imx7d.dtsi
> @@ -640,10 +640,10 @@
>  				status = "disabled";
>  			};
>  
> -			uart2: serial at 30870000 {
> +			uart2: serial at 30890000 {
>  				compatible = "fsl,imx7d-uart",
>  					     "fsl,imx6q-uart";
> -				reg = <0x30870000 0x10000>;
> +				reg = <0x30890000 0x10000>;
>  				interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
>  				clocks = <&clks IMX7D_UART2_ROOT_CLK>,
>  					<&clks IMX7D_UART2_ROOT_CLK>;
> -- 
> 1.9.1
> 

  reply	other threads:[~2015-09-26  5:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-24 19:18 [PATCH] ARM: dts: imx7d: Fix UART2 base address Fabio Estevam
2015-09-26  5:01 ` Shawn Guo [this message]
2015-09-28 23:37   ` Fabio Estevam
2015-09-30  1:51     ` Shawn Guo
2015-09-30  1:54       ` Fabio Estevam
2015-09-29  0:17   ` Nitin Garg
2015-09-29  1:08     ` Zhi Li
2015-09-30  1:50 ` Shawn Guo

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=20150926050154.GF3529@tiger \
    --to=shawnguo@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox