commit | f71894b07c6a3f4dce2c8c15604569c107dccd4b | [log] [tgz] |
---|---|---|
author | Alice Guo <alice.guo@nxp.com> | Mon Apr 28 18:37:25 2025 +0800 |
committer | Fabio Estevam <festevam@gmail.com> | Sat May 03 16:55:32 2025 -0300 |
tree | 335d13b584c7f72117f0b3a887714064ba174896 | |
parent | c783b62b9b8d0b6f56993cb41fb0c3fd11c4022f [diff] |
firmware: scmi: use scmi_proto_driver_get() function to get SCMI protocol driver If there is a SoC specific SCMI protocol driver, using scmi_proto_driver_get() function can avoid to add SoC specific code to scmi_agent-uclass.c. Signed-off-by: Alice Guo <alice.guo@nxp.com>