ARM: Kirkwood: Add missing DT reg property to cpu@0
authorAndrew Lunn <andrew@lunn.ch>
Fri, 13 Sep 2013 20:09:52 +0000 (22:09 +0200)
committerJason Cooper <jason@lakedaemon.net>
Wed, 18 Sep 2013 16:41:12 +0000 (16:41 +0000)
The kirkwood.dtsi cpu@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>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/kirkwood.dtsi

index cf7aeaf89e9c1a6b8795113e0726c48b58f16803..858099f5b966c3405ca4d2464404dc68793df331 100644 (file)
@@ -13,6 +13,7 @@
                cpu@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";
                };
This page took 0.033133 seconds and 5 git commands to generate.