Re: [PATCH] cpufreq: st: enable selective initialization based on the platform
From: Sudeep Holla
Date: Wed Apr 27 2016 - 12:16:15 EST
On 27/04/16 17:07, Lee Jones wrote:
On Wed, 27 Apr 2016, Sudeep Holla wrote:
[...]
+ if ((!of_machine_is_compatible("st,stih407-b2120")) &&
+ (!of_machine_is_compatible("st,stih407")))
+ return -ENODEV;
You need to check for "st,stih407" and "st,stih410".
Thanks, will fix it and post new version soon.
--
Regards,
Sudeep