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)
commit91f00ba2c1c980236ba526b5e8f34e982e7b48d8
treec1e915ee8bb5d97f5675adbbf595cc76c8b69ef6
parentb7135b034f9f19a89516bb53535891e14a545395
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