[U-Boot] [PATCH 01/55] dm: core: Support finding a device by phandle
Simon Glass
sjg at chromium.org
Tue Jul 28 01:28:24 CEST 2015
On 2 July 2015 at 18:15, Simon Glass <sjg at chromium.org> wrote:
> It is common for one node to reference another via a phandle. Add support
> for obtaining an attached device by this method. As an example, a node may
> have a 'power-supply' property which references a regulator, allowing the
> driver to turn on its power.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> drivers/core/uclass.c | 42 ++++++++++++++++++++++++++++++++++++++++++
> include/dm/uclass.h | 17 +++++++++++++++++
> 2 files changed, 59 insertions(+)
Applied to u-boot-dm.
More information about the U-Boot
mailing list