[PATCH v2 3/5] regulator: helper routine to extract regulator_init_data
From: Mark Brown <hidden>
Date: 2011-10-24 09:39:38
Also in:
linux-devicetree, linux-omap, lkml
From: Mark Brown <hidden>
Date: 2011-10-24 09:39:38
Also in:
linux-devicetree, linux-omap, lkml
On Mon, Oct 24, 2011 at 11:24:11AM +0200, Grant Likely wrote:
To follow up from my earlier comment, this .dts structure looks fine and reasonable to me, and it would also be fine for the mc13892 driver to use for_each_child_of_node() to find all the children of the regulators node. Even finding the 'regulators' node by name from the mc13892 driver is perfectly fine provided for_each_child_of_node is used to find it. All of this is okay because it is under the umbrella of the "fsl,mc13892" binding.
Yes, a search of children of the device node that the driver is probing off seems like a sensible approach.