firmware: ti_sci.c: Add a function to query DM firmware's capability
authorMoteen Shah <m-shah@ti.com>
Mon, 9 Jun 2025 08:14:31 +0000 (13:44 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 18 Jun 2025 18:20:25 +0000 (12:20 -0600)
commite1252194b622284ed941c83e55a2277c061e5a95
tree218ded1fd1555202c929cf13175dee2444b3a4e2
parent33fc7751b9adce0bc76989f399107078b2c21fd8
firmware: ti_sci.c: Add a function to query DM firmware's capability

Add a new function to query the capabilities of the DM firmware, using
TI SCI protocol to retrieve a 64-bit firmware capability, where each bit
represents a specific capability supported by the firmware.

Signed-off-by: Moteen Shah <m-shah@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
drivers/firmware/ti_sci.c