All of lore.kernel.org
 help / color / mirror / Atom feed
From: nitin.garg@freescale.com (Nitin Garg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: imx7d: Fix UART2 base address
Date: Mon, 28 Sep 2015 19:17:12 -0500	[thread overview]
Message-ID: <5609D888.3080505@freescale.com> (raw)
In-Reply-To: <20150926050154.GF3529@tiger>

On 09/26/2015 12:01 AM, Shawn Guo wrote:
> 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,
Yes, this change is correct. I confirmed in the SoC design db.

> 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
>>
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 

Regards,
Nitin

  parent reply	other threads:[~2015-09-29  0:17 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
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 [this message]
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=5609D888.3080505@freescale.com \
    --to=nitin.garg@freescale.com \
    --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 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.