Re: [RFC 2/7] dm: implement uclass_get_dp_node()

2023-03-26 Thread Simon Glass
Hi Heinrich, On Mon, 27 Mar 2023 at 06:27, Heinrich Schuchardt wrote: > > Provide a function to get the EFI device path node representing a > device. > > If implemented, it invokes the uclass driver's get_dp_node() function. > Otherwise a vendor hardware node is created. > > Signed-off-by: Heinri

[RFC 2/7] dm: implement uclass_get_dp_node()

2023-03-26 Thread Heinrich Schuchardt
Provide a function to get the EFI device path node representing a device. If implemented, it invokes the uclass driver's get_dp_node() function. Otherwise a vendor hardware node is created. Signed-off-by: Heinrich Schuchardt --- drivers/core/uclass.c | 26 ++ include/dm/