linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: DTS: dra7: fix DCAN node addresses
@ 2018-05-21 20:08 Kevin Hilman
  2018-05-21 20:23 ` Roger Quadros
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Hilman @ 2018-05-21 20:08 UTC (permalink / raw)
  To: linux-arm-kernel

Fix the DT node addresses to match the reg property addresses,
which were verified to match the TRM:
http://www.ti.com/lit/pdf/sprui30

Cc: Roger Quadros <rogerq@ti.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
---
 arch/arm/boot/dts/dra7.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index f4ddd86f2c77..8b423eacf76b 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -1895,7 +1895,7 @@
 			};
 		};
 
-		dcan1: can at 481cc000 {
+		dcan1: can at 4ae3c000 {
 			compatible = "ti,dra7-d_can";
 			ti,hwmods = "dcan1";
 			reg = <0x4ae3c000 0x2000>;
@@ -1905,7 +1905,7 @@
 			status = "disabled";
 		};
 
-		dcan2: can at 481d0000 {
+		dcan2: can at 48480000 {
 			compatible = "ti,dra7-d_can";
 			ti,hwmods = "dcan2";
 			reg = <0x48480000 0x2000>;
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: DTS: dra7: fix DCAN node addresses
  2018-05-21 20:08 [PATCH] ARM: DTS: dra7: fix DCAN node addresses Kevin Hilman
@ 2018-05-21 20:23 ` Roger Quadros
  2018-05-23 19:01   ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Roger Quadros @ 2018-05-21 20:23 UTC (permalink / raw)
  To: linux-arm-kernel

On 21/05/18 15:08, Kevin Hilman wrote:
> Fix the DT node addresses to match the reg property addresses,
> which were verified to match the TRM:
> http://www.ti.com/lit/pdf/sprui30
> 
> Cc: Roger Quadros <rogerq@ti.com>
> Signed-off-by: Kevin Hilman <khilman@baylibre.com>

Thanks Kevin.

Acked-by: Roger Quadros <rogerq@ti.com>

> ---
>  arch/arm/boot/dts/dra7.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index f4ddd86f2c77..8b423eacf76b 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -1895,7 +1895,7 @@
>  			};
>  		};
>  
> -		dcan1: can at 481cc000 {
> +		dcan1: can at 4ae3c000 {
>  			compatible = "ti,dra7-d_can";
>  			ti,hwmods = "dcan1";
>  			reg = <0x4ae3c000 0x2000>;
> @@ -1905,7 +1905,7 @@
>  			status = "disabled";
>  		};
>  
> -		dcan2: can at 481d0000 {
> +		dcan2: can at 48480000 {
>  			compatible = "ti,dra7-d_can";
>  			ti,hwmods = "dcan2";
>  			reg = <0x48480000 0x2000>;
> 

-- 
cheers,
-roger

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: DTS: dra7: fix DCAN node addresses
  2018-05-21 20:23 ` Roger Quadros
@ 2018-05-23 19:01   ` Tony Lindgren
  2018-07-02 11:21     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2018-05-23 19:01 UTC (permalink / raw)
  To: linux-arm-kernel

* Roger Quadros <rogerq@ti.com> [180521 20:25]:
> On 21/05/18 15:08, Kevin Hilman wrote:
> > Fix the DT node addresses to match the reg property addresses,
> > which were verified to match the TRM:
> > http://www.ti.com/lit/pdf/sprui30
> > 
> > Cc: Roger Quadros <rogerq@ti.com>
> > Signed-off-by: Kevin Hilman <khilman@baylibre.com>
> 
> Thanks Kevin.
> 
> Acked-by: Roger Quadros <rogerq@ti.com>

Applying into omap-for-v4.18/dt-fixes thanks.

Tony

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: DTS: dra7: fix DCAN node addresses
  2018-05-23 19:01   ` Tony Lindgren
@ 2018-07-02 11:21     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2018-07-02 11:21 UTC (permalink / raw)
  To: linux-arm-kernel

* Tony Lindgren <tony@atomide.com> [180523 19:04]:
> * Roger Quadros <rogerq@ti.com> [180521 20:25]:
> > On 21/05/18 15:08, Kevin Hilman wrote:
> > > Fix the DT node addresses to match the reg property addresses,
> > > which were verified to match the TRM:
> > > http://www.ti.com/lit/pdf/sprui30
> > > 
> > > Cc: Roger Quadros <rogerq@ti.com>
> > > Signed-off-by: Kevin Hilman <khilman@baylibre.com>
> > 
> > Thanks Kevin.
> > 
> > Acked-by: Roger Quadros <rogerq@ti.com>
> 
> Applying into omap-for-v4.18/dt-fixes thanks.

Oops sorry looks like I forgot to send a pull request for
this one during the merge window. As we're already at -rc3,
I'll just merge it into omap-for-v4.19/fixes-not-urgent.

Regards,

Tony

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-02 11:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-21 20:08 [PATCH] ARM: DTS: dra7: fix DCAN node addresses Kevin Hilman
2018-05-21 20:23 ` Roger Quadros
2018-05-23 19:01   ` Tony Lindgren
2018-07-02 11:21     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).