Re: [U-Boot] [PATCH v2 5/5] arm: k3: Use driver_name to get ti_sci handle

2019-10-12 Thread Tom Rini
On Fri, Sep 27, 2019 at 01:32:15PM +0530, Lokesh Vutla wrote: > Use the driver name to get ti_sci handle rather than relying > on just the FIRMWARE uclass. > > Signed-off-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH v2 5/5] arm: k3: Use driver_name to get ti_sci handle

2019-09-27 Thread Lokesh Vutla
Use the driver name to get ti_sci handle rather than relying on just the FIRMWARE uclass. Signed-off-by: Lokesh Vutla --- arch/arm/mach-k3/common.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-k3/common.c b/arch/arm/mach-k3/common.c index