May 18, 2017
4:43 p.m.
On Thu, 18 May 2017 12:38:01 -0400, Max Ruttenberg said:
On Thu, May 18, 2017 at 12:34 PM, <valdis.kletnieks@vt.edu> wrote:
On Thu, 18 May 2017 12:23:18 -0400, Max Ruttenberg said:
I figured it out... the system I am working with never makes a call to of_platform_populate(NULL, NULL, NULL, NULL) and instead ops for subsystems manually probing the device tree. Live and learn.
So submit a patch to add the call. :)
That's a cool idea. Where would one add such a call? In an early_initcall?
Look at where other similar systems do it.