linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Kirkwood: Add missing DT reg property to cpu@0
@ 2013-09-13 20:09 Andrew Lunn
  2013-09-17 18:55 ` Jason Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Lunn @ 2013-09-13 20:09 UTC (permalink / raw)
  To: linux-arm-kernel

The kirkwood.dtsi cpu at 0 node is missing the mandatory reg property.
This causes of_get_cpu_node() to fail to find the node and as a result
the cpufreq driver fails in its probe function.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---

Hi Jason

With the patch "cpufreq: kirkwood-cpufreq: remove device tree parsing
for cpu nodes", e768f350c8c3d4253011282db771f35af37ee59a, we need this
fix, or cpufreq will not work. Please queue this up for -rc2.

 arch/arm/boot/dts/kirkwood.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/kirkwood.dtsi b/arch/arm/boot/dts/kirkwood.dtsi
index 9809fc1..dc65c5a 100644
--- a/arch/arm/boot/dts/kirkwood.dtsi
+++ b/arch/arm/boot/dts/kirkwood.dtsi
@@ -11,6 +11,7 @@
 		cpu at 0 {
 			device_type = "cpu";
 			compatible = "marvell,feroceon";
+			reg = <0>;
 			clocks = <&core_clk 1>, <&core_clk 3>, <&gate_clk 11>;
 			clock-names = "cpu_clk", "ddrclk", "powersave";
 		};
-- 
1.8.4.rc3

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

* [PATCH] ARM: Kirkwood: Add missing DT reg property to cpu@0
  2013-09-13 20:09 [PATCH] ARM: Kirkwood: Add missing DT reg property to cpu@0 Andrew Lunn
@ 2013-09-17 18:55 ` Jason Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Cooper @ 2013-09-17 18:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Sep 13, 2013 at 10:09:52PM +0200, Andrew Lunn wrote:
> The kirkwood.dtsi cpu at 0 node is missing the mandatory reg property.
> This causes of_get_cpu_node() to fail to find the node and as a result
> the cpufreq driver fails in its probe function.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> ---
> 
> Hi Jason
> 
> With the patch "cpufreq: kirkwood-cpufreq: remove device tree parsing
> for cpu nodes", e768f350c8c3d4253011282db771f35af37ee59a, we need this
> fix, or cpufreq will not work. Please queue this up for -rc2.
> 
>  arch/arm/boot/dts/kirkwood.dtsi | 1 +
>  1 file changed, 1 insertion(+)

Applied to mvebu/fixes

thx,

Jason.

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

end of thread, other threads:[~2013-09-17 18:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13 20:09 [PATCH] ARM: Kirkwood: Add missing DT reg property to cpu@0 Andrew Lunn
2013-09-17 18:55 ` Jason Cooper

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).