mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
ASoC: SOF: amd: Add Probe register offset for renoir and rembrandt platform.
Add Probe register offset for renoir and rembrandt platform to get position update. Signed-off-by: V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com> Link: https://lore.kernel.org/r/20230713125709.418851-4-vsujithkumar.reddy@amd.corp-partner.google.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
5e1c5df504
commit
8278aa8edb
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#define ACP6x_REG_START 0x1240000
|
||||
#define ACP6x_REG_END 0x125C000
|
||||
#define ACP6X_FUTURE_REG_ACLK_0 0x1854
|
||||
|
||||
static const struct sof_amd_acp_desc rembrandt_chip_info = {
|
||||
.rev = 6,
|
||||
|
|
@ -36,6 +37,7 @@ static const struct sof_amd_acp_desc rembrandt_chip_info = {
|
|||
.hw_semaphore_offset = ACP6X_AXI2DAGB_SEM_0,
|
||||
.acp_clkmux_sel = ACP6X_CLKMUX_SEL,
|
||||
.fusion_dsp_offset = ACP6X_DSP_FUSION_RUNSTALL,
|
||||
.probe_reg_offset = ACP6X_FUTURE_REG_ACLK_0,
|
||||
};
|
||||
|
||||
static const struct sof_dev_desc rembrandt_desc = {
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#define ACP3x_REG_START 0x1240000
|
||||
#define ACP3x_REG_END 0x125C000
|
||||
#define ACP3X_FUTURE_REG_ACLK_0 0x1860
|
||||
|
||||
static const struct sof_amd_acp_desc renoir_chip_info = {
|
||||
.rev = 3,
|
||||
|
|
@ -35,6 +36,7 @@ static const struct sof_amd_acp_desc renoir_chip_info = {
|
|||
.sram_pte_offset = ACP3X_SRAM_PTE_OFFSET,
|
||||
.hw_semaphore_offset = ACP3X_AXI2DAGB_SEM_0,
|
||||
.acp_clkmux_sel = ACP3X_CLKMUX_SEL,
|
||||
.probe_reg_offset = ACP3X_FUTURE_REG_ACLK_0,
|
||||
};
|
||||
|
||||
static const struct sof_dev_desc renoir_desc = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user