[U-Boot] [PATCH v2 3/7] dm: core: Introduce dev_read_alias_highest_id()
Simon Glass
sjg at chromium.org
Fri Feb 8 04:11:43 UTC 2019
On Thu, 31 Jan 2019 at 08:31, Michal Simek <michal.simek at xilinx.com> wrote:
>
> It is wrapper for calling of_alias_get_highest_id() when live tree is
> enabled and fdtdec_get_alias_highest_id() if not.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> Changes in v2:
> - New patch
>
> drivers/core/read.c | 8 ++++++++
> include/dm/read.h | 16 ++++++++++++++++
> 2 files changed, 24 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list