dm: core: Rename device_bind() to device_bind_offset()
This function is not necessary anymore, since device_bind_ofnode() does the same thing and works with both flattree and livetree. Rename it to indicate that it is special. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
* If regulator-name property is not provided, node name will be chosen.
|
||||
*
|
||||
* Regulator bind:
|
||||
* For each regulator device, the device_bind() should be called with passed
|
||||
* For each regulator device, the device_bind_offset() should be called with passed
|
||||
* device tree offset. This is required for this uclass's '.post_bind' method,
|
||||
* which does the scan on the device node, for the 'regulator-name' constraint.
|
||||
* If the parent is not a PMIC device, and the child is not bind by function:
|
||||
|
||||
Reference in New Issue
Block a user