Re: [U-Boot] [PATCH 1/2] arm: k3: Fix getting ti_sci handle

2019-09-14 Thread Tom Rini
On Mon, Sep 09, 2019 at 12:47:37PM +0530, Lokesh Vutla wrote: > API get_ti_sci_handle() is relying on the device-tree node name > to be "dmsc" for probing the ti_sci device. But with the introduction > of debug messages for dmsc, the node name changed to dmsc@44083000. > Because of this ti_sci is

[U-Boot] [PATCH 1/2] arm: k3: Fix getting ti_sci handle

2019-09-09 Thread Lokesh Vutla
API get_ti_sci_handle() is relying on the device-tree node name to be "dmsc" for probing the ti_sci device. But with the introduction of debug messages for dmsc, the node name changed to dmsc@44083000. Because of this ti_sci is never probed cause a boot failure. Instead of relying on device-tree no