]> git.dujemihanovic.xyz Git - u-boot.git/commit
firmware: psci: register PSCI power domains to stub driver
authorNeil Armstrong <neil.armstrong@linaro.org>
Fri, 28 Jun 2024 09:54:47 +0000 (11:54 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 16 Jul 2024 18:46:24 +0000 (12:46 -0600)
commit0b2394c110a5d796406ceded9cc42cebe29113ee
treef337de6e834fb2583820c490b50dbdafd29036af
parenta0a7a649a1b56db14aff6e4e7509662b663af42d
firmware: psci: register PSCI power domains to stub driver

On some SoCs, like Qualcomm SoCs, the PSCI cluster power domain
is used by system-wide firmware interfaces to make sure none
of the CPUs are suspended before submitting requests.

While on U-boot we only use the first core and we never
suspend it, the Device Tree still references it and blocks
those nodes to be probed.

Simply bind the PSCI power-domain subnoded to a stub power
domain driver in order to solve the runtime dependencies.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/firmware/psci.c