On Wed, Aug 30, 2017 at 1:32 PM, Artur Lorincz <larturus2@xxxxxxxxx> wrote: > Added default implementation for of_find_all_nodes(). This function is > used by board.c from the board module (drivers/staging/board). Didn't even know we had this... The DT core already has some support for something like this with "auxdata" that lets you attach DT nodes to existing platform devices. Why doesn't that work? In any case, you should just make this code depend on CONFIG_OF. When there's only 3 other users of this function, that's a good sign we don't want more. Searching thru all nodes is generally not the right thing to do. Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html