linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: DRA74x: fix DSS PLL2 addresses
@ 2016-05-20 10:13 Tomi Valkeinen
  2016-06-07  6:31 ` Tomi Valkeinen
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi Valkeinen @ 2016-05-20 10:13 UTC (permalink / raw)
  To: linux-arm-kernel

DSS's 'pll2_clkctrl' and 'pll2' have wrong addresses in the dra74x.dtsi
file. Video PLL2 has not been used so wrong addresses went unnoticed.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
---
 arch/arm/boot/dts/dra74x.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/dra74x.dtsi b/arch/arm/boot/dts/dra74x.dtsi
index 4220eeffc65a..5e06020f450b 100644
--- a/arch/arm/boot/dts/dra74x.dtsi
+++ b/arch/arm/boot/dts/dra74x.dtsi
@@ -107,8 +107,8 @@
 	reg = <0x58000000 0x80>,
 	      <0x58004054 0x4>,
 	      <0x58004300 0x20>,
-	      <0x58005054 0x4>,
-	      <0x58005300 0x20>;
+	      <0x58009054 0x4>,
+	      <0x58009300 0x20>;
 	reg-names = "dss", "pll1_clkctrl", "pll1",
 		    "pll2_clkctrl", "pll2";
 
-- 
2.5.0

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

* [PATCH] ARM: dts: DRA74x: fix DSS PLL2 addresses
  2016-05-20 10:13 [PATCH] ARM: dts: DRA74x: fix DSS PLL2 addresses Tomi Valkeinen
@ 2016-06-07  6:31 ` Tomi Valkeinen
  2016-06-09  7:19   ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi Valkeinen @ 2016-06-07  6:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Tony,

On 20/05/16 13:13, Tomi Valkeinen wrote:
> DSS's 'pll2_clkctrl' and 'pll2' have wrong addresses in the dra74x.dtsi
> file. Video PLL2 has not been used so wrong addresses went unnoticed.
> 
> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
> ---
>  arch/arm/boot/dts/dra74x.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/dra74x.dtsi b/arch/arm/boot/dts/dra74x.dtsi
> index 4220eeffc65a..5e06020f450b 100644
> --- a/arch/arm/boot/dts/dra74x.dtsi
> +++ b/arch/arm/boot/dts/dra74x.dtsi
> @@ -107,8 +107,8 @@
>  	reg = <0x58000000 0x80>,
>  	      <0x58004054 0x4>,
>  	      <0x58004300 0x20>,
> -	      <0x58005054 0x4>,
> -	      <0x58005300 0x20>;
> +	      <0x58009054 0x4>,
> +	      <0x58009300 0x20>;
>  	reg-names = "dss", "pll1_clkctrl", "pll1",
>  		    "pll2_clkctrl", "pll2";
>  
> 

Ping on this.

 Tomi

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160607/401dfa30/attachment-0001.sig>

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

* [PATCH] ARM: dts: DRA74x: fix DSS PLL2 addresses
  2016-06-07  6:31 ` Tomi Valkeinen
@ 2016-06-09  7:19   ` Tony Lindgren
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2016-06-09  7:19 UTC (permalink / raw)
  To: linux-arm-kernel

* Tomi Valkeinen <tomi.valkeinen@ti.com> [160606 23:34]:
> On 20/05/16 13:13, Tomi Valkeinen wrote:
> > DSS's 'pll2_clkctrl' and 'pll2' have wrong addresses in the dra74x.dtsi
> > file. Video PLL2 has not been used so wrong addresses went unnoticed.
...
> Ping on this.

Applying into omap-for-v4.7/fixes finally thanks.

Tony

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

end of thread, other threads:[~2016-06-09  7:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-20 10:13 [PATCH] ARM: dts: DRA74x: fix DSS PLL2 addresses Tomi Valkeinen
2016-06-07  6:31 ` Tomi Valkeinen
2016-06-09  7:19   ` 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).