]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit62473f8b5711c456b9e389cfc60b20b014b132da
tree64df4af58f78fe7517f5b35ffa862fcd48201574
parent747e8c84b398c17df4d6fe5f094b871c1ca4f4b3
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