* [PATCH] ARM: dts: dra7: fix DSS PLL clock mux registers
@ 2014-10-13 8:50 Tomi Valkeinen
2014-11-12 15:24 ` Tony Lindgren
0 siblings, 1 reply; 5+ messages in thread
From: Tomi Valkeinen @ 2014-10-13 8:50 UTC (permalink / raw)
To: linux-omap, Tero Kristo, paul; +Cc: Somnath Mukherjee, Tomi Valkeinen
The clock nodes for DSS VIDEO1/2 and HDMI have wrong register addresses.
This patch fixes the addresses so that they point to
CM_CLKSEL_VIDEO1_PLL_SYS, CM_CLKSEL_VIDEO2_PLL_SYS and
CM_CLKSEL_HDMI_PLL_SYS.
Reported-by: Somnath Mukherjee <somnath@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
---
arch/arm/boot/dts/dra7xx-clocks.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi
index 2c05b3f017fa..4bdcbd61ce47 100644
--- a/arch/arm/boot/dts/dra7xx-clocks.dtsi
+++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi
@@ -1042,7 +1042,7 @@
#clock-cells = <0>;
compatible = "ti,mux-clock";
clocks = <&sys_clkin1>, <&sys_clkin2>;
- reg = <0x01a4>;
+ reg = <0x0164>;
};
mlb_clk: mlb_clk {
@@ -1084,14 +1084,14 @@
#clock-cells = <0>;
compatible = "ti,mux-clock";
clocks = <&sys_clkin1>, <&sys_clkin2>;
- reg = <0x01d0>;
+ reg = <0x0168>;
};
video2_dpll_clk_mux: video2_dpll_clk_mux {
#clock-cells = <0>;
compatible = "ti,mux-clock";
clocks = <&sys_clkin1>, <&sys_clkin2>;
- reg = <0x01d4>;
+ reg = <0x016c>;
};
wkupaon_iclk_mux: wkupaon_iclk_mux {
--
2.1.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: dra7: fix DSS PLL clock mux registers
2014-10-13 8:50 [PATCH] ARM: dts: dra7: fix DSS PLL clock mux registers Tomi Valkeinen
@ 2014-11-12 15:24 ` Tony Lindgren
2014-11-12 15:25 ` Tony Lindgren
0 siblings, 1 reply; 5+ messages in thread
From: Tony Lindgren @ 2014-11-12 15:24 UTC (permalink / raw)
To: Tomi Valkeinen; +Cc: linux-omap, Tero Kristo, paul, Somnath Mukherjee
* Tomi Valkeinen <tomi.valkeinen@ti.com> [141013 01:52]:
> The clock nodes for DSS VIDEO1/2 and HDMI have wrong register addresses.
> This patch fixes the addresses so that they point to
> CM_CLKSEL_VIDEO1_PLL_SYS, CM_CLKSEL_VIDEO2_PLL_SYS and
> CM_CLKSEL_HDMI_PLL_SYS.
>
> Reported-by: Somnath Mukherjee <somnath@ti.com>
> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Applying into omap-for-v3.19/fixes-not-urgent thanks.
Tony
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: dra7: fix DSS PLL clock mux registers
2014-11-12 15:24 ` Tony Lindgren
@ 2014-11-12 15:25 ` Tony Lindgren
2014-11-13 6:09 ` Tero Kristo
0 siblings, 1 reply; 5+ messages in thread
From: Tony Lindgren @ 2014-11-12 15:25 UTC (permalink / raw)
To: Tomi Valkeinen; +Cc: linux-omap, Tero Kristo, paul, Somnath Mukherjee
* Tony Lindgren <tony@atomide.com> [141112 07:26]:
> * Tomi Valkeinen <tomi.valkeinen@ti.com> [141013 01:52]:
> > The clock nodes for DSS VIDEO1/2 and HDMI have wrong register addresses.
> > This patch fixes the addresses so that they point to
> > CM_CLKSEL_VIDEO1_PLL_SYS, CM_CLKSEL_VIDEO2_PLL_SYS and
> > CM_CLKSEL_HDMI_PLL_SYS.
> >
> > Reported-by: Somnath Mukherjee <somnath@ti.com>
> > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
>
> Applying into omap-for-v3.19/fixes-not-urgent thanks.
Actually this one would be good to have an ack from Tero
as he may need to fix his scripts generating these entries.
So dropping for now.
Regards,
Tony
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: dra7: fix DSS PLL clock mux registers
2014-11-12 15:25 ` Tony Lindgren
@ 2014-11-13 6:09 ` Tero Kristo
2014-11-14 18:29 ` Tony Lindgren
0 siblings, 1 reply; 5+ messages in thread
From: Tero Kristo @ 2014-11-13 6:09 UTC (permalink / raw)
To: Tony Lindgren, Tomi Valkeinen; +Cc: linux-omap, paul, Somnath Mukherjee
On 11/12/2014 05:25 PM, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [141112 07:26]:
>> * Tomi Valkeinen <tomi.valkeinen@ti.com> [141013 01:52]:
>>> The clock nodes for DSS VIDEO1/2 and HDMI have wrong register addresses.
>>> This patch fixes the addresses so that they point to
>>> CM_CLKSEL_VIDEO1_PLL_SYS, CM_CLKSEL_VIDEO2_PLL_SYS and
>>> CM_CLKSEL_HDMI_PLL_SYS.
>>>
>>> Reported-by: Somnath Mukherjee <somnath@ti.com>
>>> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
>>
>> Applying into omap-for-v3.19/fixes-not-urgent thanks.
>
> Actually this one would be good to have an ack from Tero
> as he may need to fix his scripts generating these entries.
Acked-by: Tero Kristo <t-kristo@ti.com>
>
> So dropping for now.
>
> Regards,
>
> Tony
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] ARM: dts: dra7: fix DSS PLL clock mux registers
2014-11-13 6:09 ` Tero Kristo
@ 2014-11-14 18:29 ` Tony Lindgren
0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2014-11-14 18:29 UTC (permalink / raw)
To: Tero Kristo; +Cc: Tomi Valkeinen, linux-omap, paul, Somnath Mukherjee
* Tero Kristo <t-kristo@ti.com> [141112 22:11]:
> On 11/12/2014 05:25 PM, Tony Lindgren wrote:
> >* Tony Lindgren <tony@atomide.com> [141112 07:26]:
> >>* Tomi Valkeinen <tomi.valkeinen@ti.com> [141013 01:52]:
> >>>The clock nodes for DSS VIDEO1/2 and HDMI have wrong register addresses.
> >>>This patch fixes the addresses so that they point to
> >>>CM_CLKSEL_VIDEO1_PLL_SYS, CM_CLKSEL_VIDEO2_PLL_SYS and
> >>>CM_CLKSEL_HDMI_PLL_SYS.
> >>>
> >>>Reported-by: Somnath Mukherjee <somnath@ti.com>
> >>>Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
> >>
> >>Applying into omap-for-v3.19/fixes-not-urgent thanks.
> >
> >Actually this one would be good to have an ack from Tero
> >as he may need to fix his scripts generating these entries.
>
> Acked-by: Tero Kristo <t-kristo@ti.com>
Re-applying with Tero's ack thanks.
Tony
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-11-14 18:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-13 8:50 [PATCH] ARM: dts: dra7: fix DSS PLL clock mux registers Tomi Valkeinen
2014-11-12 15:24 ` Tony Lindgren
2014-11-12 15:25 ` Tony Lindgren
2014-11-13 6:09 ` Tero Kristo
2014-11-14 18:29 ` 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).