commit | fc5d40283483a595c0d76ff366823a5367e4cd20 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Tue Apr 02 11:09:07 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 11 20:44:36 2024 -0600 |
tree | 981d12c4c9d5c362c9987b5b3a935553c692ea04 | |
parent | 0b0652737381e839a2d55c892bf9e4f1d86db21b [diff] |
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>