diff options
| author | Ranbir Singh <ranbir.singh@oss.qualcomm.com> | 2026-02-25 11:43:47 +0530 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2026-04-06 18:23:25 +0530 |
| commit | 0b041e58c0787f76325da5081e41a13bf304d328 (patch) | |
| tree | f760e8ec16deb744945120e1cc53a2c58efaa6a6 /platform/generic | |
| parent | 2bf0de88c8897ff4be5b89c04115c17421ad5687 (diff) | |
| download | opensbi-0b041e58c0787f76325da5081e41a13bf304d328.tar.gz opensbi-0b041e58c0787f76325da5081e41a13bf304d328.tar.bz2 opensbi-0b041e58c0787f76325da5081e41a13bf304d328.zip | |
lib: utils: Add MPXY client driver for RPMI MM service group
Add necessary infra for implementing RPMI Management Mode
service group on platform microcontroller.
Co-authored-by: Sunil V L <sunilvl@oss.qualcomm.com>
Signed-off-by: Ranbir Singh <ranbir.singh@oss.qualcomm.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Link: https://lore.kernel.org/r/20260225061347.1396504-1-ranbir.singh@oss.qualcomm.com
Signed-off-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'platform/generic')
| -rw-r--r-- | platform/generic/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/generic/configs/defconfig b/platform/generic/configs/defconfig index debc5f86..1d3431e7 100644 --- a/platform/generic/configs/defconfig +++ b/platform/generic/configs/defconfig @@ -78,3 +78,4 @@ CONFIG_FDT_MPXY_RPMI_VOLTAGE=y CONFIG_FDT_MPXY_RPMI_DEVICE_POWER=y CONFIG_FDT_MPXY_RPMI_PERFORMANCE=y CONFIG_FDT_MPXY_RPMI_SYSMSI=y +CONFIG_FDT_MPXY_RPMI_MM=y |
