Re: [U-Boot] [PATCH 2/2] arm: k3: Use get_ti_sci_handle() where ever possible

2019-09-14 Thread Tom Rini
On Mon, Sep 09, 2019 at 12:47:38PM +0530, Lokesh Vutla wrote: > Instead of calling uclass apis everywhere, use get_ti_sci_handle() > when ever ti_sci is needed. > > Signed-off-by: Lokesh Vutla Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[U-Boot] [PATCH 2/2] arm: k3: Use get_ti_sci_handle() where ever possible

2019-09-09 Thread Lokesh Vutla
Instead of calling uclass apis everywhere, use get_ti_sci_handle() when ever ti_sci is needed. Signed-off-by: Lokesh Vutla --- arch/arm/mach-k3/am6_init.c | 16 +++- arch/arm/mach-k3/security.c | 15 +++ 2 files changed, 6 insertions(+), 25 deletions(-) diff --git a/arch