commit | 2290414be0c9e360f5909ae0e33f6a2df3980f14 | [log] [tgz] |
---|---|---|
author | Andrew Lunn <andrew@lunn.ch> | Fri Sep 13 22:09:52 2013 +0200 |
committer | Jason Cooper <jason@lakedaemon.net> | Wed Sep 18 16:41:12 2013 +0000 |
tree | 64df4af58f78fe7517f5b35ffa862fcd48201574 | |
parent | 4ec7fc4abb554c6c9b0eda81ad1c9cb82c29aa79 [diff] |
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>