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)
commit2290414be0c9e360f5909ae0e33f6a2df3980f14
tree64df4af58f78fe7517f5b35ffa862fcd48201574
parent4ec7fc4abb554c6c9b0eda81ad1c9cb82c29aa79
ARM: Kirkwood: Add missing DT reg property to cpu@0

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