Re: [PATCH] remoteproc: core: Honor device tree /alias entries when assigning IDs

From: Hari Nagalla
Date: Tue Aug 08 2023 - 13:17:46 EST


On 8/7/23 09:02, Nishanth Menon wrote:
Assign remoteproc device IDs based on device tree /aliases entries if
present, falling back to the existing numbering scheme if there is no
/aliases entry (which includes when the system isn't booted using DT)
or a numbering conflict. If the alias node is not present, the driver
behaves as before.

Cc: Robert Nelson<robertcnelson@xxxxxxxxx>
Reported-by: Kevin Cahalan<kevinacahalan@xxxxxxxxx>
Signed-off-by: Nishanth Menon<nm@xxxxxx>
---
Reviewed-by: Hari Nagalla <hnagalla@xxxxxx>