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>

No differences found