]> git.dujemihanovic.xyz Git - u-boot.git/commit
firmware: ti_sci: Bind sysreset driver when enabled
authorAndrew Davis <afd@ti.com>
Tue, 2 Apr 2024 16:09:07 +0000 (11:09 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 02:44:36 +0000 (20:44 -0600)
commitfc5d40283483a595c0d76ff366823a5367e4cd20
tree981d12c4c9d5c362c9987b5b3a935553c692ea04
parent0b0652737381e839a2d55c892bf9e4f1d86db21b
firmware: ti_sci: Bind sysreset driver when enabled

The sysreset TI-SCI API is available with TI-SCI always, there is no need
for a DT node to describe the availability of this. If the sysreset driver
is available then bind it during ti-sci probe.

Remove the unneeded device tree matching.

Signed-off-by: Andrew Davis <afd@ti.com>
Tested-by: Jonathan Humphreys <j-humphreys@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
drivers/firmware/ti_sci.c
drivers/sysreset/sysreset-ti-sci.c