]> git.baikalelectronics.ru Git - uboot.git/commit
arm: k3: Fix getting ti_sci handle
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 9 Sep 2019 07:17:37 +0000 (12:47 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 13 Sep 2019 15:56:30 +0000 (11:56 -0400)
commitc439e8408fb7d906625f4ebd40e4312678d627b2
treeea10c76512529902f87f42857c0929e3504723cd
parent69b22e940b276ce77b0ebb2d14e141733f162b86
arm: k3: Fix getting ti_sci handle

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 node name, use the first available firmware
node for probing ti_sci.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/mach-k3/common.c