On Thu, Oct 15, 2015 at 9:26 PM, Stephen Boyd [off-list ref] wrote:
On 10/15, Linus Walleij wrote:
quoted
+
+ if (of_device_is_compatible(np, "arm,syscon-icst525"))
+ icst_desc.params = &icst525_params;
+ else if (of_device_is_compatible(np, "arm,syscon-icst307"))
+ icst_desc.params = &icst307_params;
I guess if we add anymore here we should use an of_device_id
array instead.
As it happens those two are gonna be it.
ARM never created any more integrated ICST devices, and
they stopped using them since. Those two are the required
ones.
(Fixing all other comments.)
Yours,
Linus Walleij