On 3/22/2012 7:50 PM, Arnd Bergmann wrote: > The direct replacement is of_machine_is_compatible(), but there are a lot > of cases where it's better to have a local property in the device node > that a driver is using.
Hey Arnd, I used of_machine_is_compatible() at several places, where it is not working :( Actually all these usages are before a call to of_platform_populate() and it looks the tree is not up by this time. So, of_machine_is_compatible() always fails. The places where i am using this routine are: - spear3xx_dt_init(): to call SoC specific of_platform_populate() - spear3xx_clk_init(): to call SoC specific clk_register() Can you please suggest what should i do here? -- viresh _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
