Updated from Linux LTS 3.10.21 to 3.10.22
This commit is contained in:
@@ -66,7 +66,8 @@ static int hb_cpufreq_driver_init(void)
|
||||
struct device_node *np;
|
||||
int ret;
|
||||
|
||||
if (!of_machine_is_compatible("calxeda,highbank"))
|
||||
if ((!of_machine_is_compatible("calxeda,highbank")) &&
|
||||
(!of_machine_is_compatible("calxeda,ecx-2000")))
|
||||
return -ENODEV;
|
||||
|
||||
for_each_child_of_node(of_find_node_by_path("/cpus"), np)
|
||||
|
||||
Reference in New Issue
Block a user