[U-Boot] [PATCH v2 2/7] fdt: Introduce fdtdec_get_alias_highest_id()
Simon Glass
sjg at chromium.org
Fri Feb 8 04:11:42 UTC 2019
On Thu, 31 Jan 2019 at 08:31, Michal Simek <michal.simek at xilinx.com> wrote:
>
> Find out the highest alias ID used for certain subsystem.
> This call will be used for alocating IDs for i2c buses which are not
> described in DT.
>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
>
> Changes in v2: None
>
> include/fdtdec.h | 13 +++++++++++++
> lib/fdtdec.c | 33 +++++++++++++++++++++++++++++++++
> 2 files changed, 46 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list