summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/psci-of.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: psci: factor out of_psci_fixup() to separate fileSascha Hauer2019-05-131-0/+54
of_psci_fixup() can be used by code which doesn't use the barebox psci implementation, but provides its own PSCI compatible firmware. Factor it out to a separate file to compile it independently of the barebox PSCI implementation. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>