]> git.baikalelectronics.ru Git - uboot.git/commit
sysreset: psci: use psci driver exported functions
authorIgor Opaniuk <igor.opaniuk@foundries.io>
Wed, 31 Mar 2021 23:01:54 +0000 (02:01 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 20 Apr 2021 11:31:12 +0000 (07:31 -0400)
commit3b08e8f6a44c0a6c74230be95f171e06b6811d7a
treec1e915ee8bb5d97f5675adbbf595cc76c8b69ef6
parent90a546bf9e7868229162ec913fe238a585f26121
sysreset: psci: use psci driver exported functions

Use psci driver exported functions for reset/poweroff, instead of
invoking directly invoke_psci_fn.

Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io>
drivers/sysreset/sysreset_psci.c