On Thu, Oct 15, 2015 at 9:26 PM, Stephen Boyd <[email protected]> wrote: > On 10/15, Linus Walleij wrote: >> + >> + 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 -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
