From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 7 Feb 2019 21:11:43 -0700 Subject: [U-Boot] [PATCH v2 3/7] dm: core: Introduce dev_read_alias_highest_id() In-Reply-To: <1525da17d6e1c823b9f6af14ef6eada0aac3bdc5.1548948659.git.michal.simek@xilinx.com> References: <1525da17d6e1c823b9f6af14ef6eada0aac3bdc5.1548948659.git.michal.simek@xilinx.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 31 Jan 2019 at 08:31, Michal Simek 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 > --- > > Changes in v2: > - New patch > > drivers/core/read.c | 8 ++++++++ > include/dm/read.h | 16 ++++++++++++++++ > 2 files changed, 24 insertions(+) Reviewed-by: Simon Glass