firmware: scmi: Cleanup the SCMI MISC ID
authorPeng Fan <peng.fan@nxp.com>
Fri, 17 Oct 2025 09:32:31 +0000 (17:32 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 24 Oct 2025 19:47:50 +0000 (13:47 -0600)
commitd1f1c98d8468f5f76c2c8c3acb31f83d736d34ce
tree157601aca55cc4864d7011bcf76e6543711df3b9
parent251dd6bf0e89a587710fa7bfa320088617f8854e
firmware: scmi: Cleanup the SCMI MISC ID

SCMI_IMX_PROTOCOL_ID_MISC was never used, so drop it. And move
SCMI_PROTOCOL_ID_IMX_MISC out of enum scmi_std_protocol to
scmi_nxp_protocols.h, because it is i.MX specific and following Linux
Kernel style, use macro definition.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Alice Guo <alice.guo@nxp.com>
include/scmi_nxp_protocols.h
include/scmi_protocols.h