* [PATCH] ARM: dts: DRA74x: fix DSS PLL2 addresses
@ 2016-05-20 10:13 ` Tomi Valkeinen
0 siblings, 0 replies; 6+ messages in thread
From: Tomi Valkeinen @ 2016-05-20 10:13 UTC (permalink / raw)
To: Tony Lindgren, linux-omap, linux-arm-kernel; +Cc: Tomi Valkeinen
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] 6+ messages in thread
* [PATCH] ARM: dts: DRA74x: fix DSS PLL2 addresses
@ 2016-05-20 10:13 ` Tomi Valkeinen
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
* Re: [PATCH] ARM: dts: DRA74x: fix DSS PLL2 addresses
2016-05-20 10:13 ` Tomi Valkeinen
@ 2016-06-07 6:31 ` Tomi Valkeinen
-1 siblings, 0 replies; 6+ messages in thread
From: Tomi Valkeinen @ 2016-06-07 6:31 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap, linux-arm-kernel
[-- Attachment #1.1.1: Type: text/plain, Size: 917 bytes --]
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
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] ARM: dts: DRA74x: fix DSS PLL2 addresses
@ 2016-06-07 6:31 ` Tomi Valkeinen
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
* Re: [PATCH] ARM: dts: DRA74x: fix DSS PLL2 addresses
2016-06-07 6:31 ` Tomi Valkeinen
@ 2016-06-09 7:19 ` Tony Lindgren
-1 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2016-06-09 7:19 UTC (permalink / raw)
To: Tomi Valkeinen; +Cc: linux-omap, 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] 6+ messages in thread
end of thread, other threads:[~2016-06-09 7:19 UTC | newest]
Thread overview: 6+ 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-05-20 10:13 ` Tomi Valkeinen
2016-06-07 6:31 ` Tomi Valkeinen
2016-06-07 6:31 ` Tomi Valkeinen
2016-06-09 7:19 ` Tony Lindgren
2016-06-09 7:19 ` Tony Lindgren
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.