of_platform_populate() func failed to populate device tree nodes,
HI,
I am trying to port a dts file for arm1176 based custom SoC. But none of the device tree nodes is getting reflected during kernel (4.9.22 Raspberry pi) booting. But I am able to get into the file system. Upon debugging i encountered that the of_node_get() function (in file: drivers/of/dynamic.c) is returning me NULL. I feel because of this my device tree nodes are not getting populated from func. call of_platform_populate(). Upon enabling kobject debug, I have observed a huge dump of warnings ""kobject: 'xxx': is not ""initialized, yet kobject_get() is being " "called.".
What can be the issue? is this the one blocking the population of device tree nodes? Any suggestions will be highly helpful!
Thanks,
|