diff options
| author | Tom Rini <[email protected]> | 2025-11-20 08:00:11 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-20 08:00:11 -0600 |
| commit | 8ff90aa64b730c3f511921d4ff79e9f64e625867 (patch) | |
| tree | e43ed96f7840d878bd9da89f3afdbd82eda2f5d9 /include/soc | |
| parent | b8872deb4450b09586e28550c23d33a71084d94f (diff) | |
| parent | fb3db4aa8df2ae5093a5c1580b9cd5789c248de4 (diff) | |
Merge tag 'interconnect-next-20251120' of https://source.denx.de/u-boot/custodians/u-boot-snapdragon into next
- Qualcomm RPMh cmd_db_read_slave_id() & cmd_db_read_aux_data()
- Initial Interconnect implementation + Qualcomm RPMh support
Diffstat (limited to 'include/soc')
| -rw-r--r-- | include/soc/qcom/cmd-db.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/qcom/cmd-db.h b/include/soc/qcom/cmd-db.h index 1190f2c22ca..16609ac9d78 100644 --- a/include/soc/qcom/cmd-db.h +++ b/include/soc/qcom/cmd-db.h @@ -21,6 +21,8 @@ enum cmd_db_hw_type { #if IS_ENABLED(CONFIG_QCOM_COMMAND_DB) u32 cmd_db_read_addr(const char *resource_id); +enum cmd_db_hw_type cmd_db_read_slave_id(const char *resource_id); +const void *cmd_db_read_aux_data(const char *resource_id, size_t *len); #else static inline u32 cmd_db_read_addr(const char *resource_id) |
