Message ID | 20220721061035.91139-1-Syed.SabaKareem@amd.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d6a2cc9a80c2fdc10f7fde3f5f57c72e99f3bd5e |
Headers | show |
Series | [1/5] ASoC: amd: add RPL Platform acp header file | expand |
On Thu, 21 Jul 2022 11:39:58 +0530, syed sabakareem wrote: > From: Syed Saba Kareem <Syed.SabaKareem@amd.com> > > Add ACP register header file for RPL platform. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/5] ASoC: amd: add RPL Platform acp header file commit: d6a2cc9a80c2fdc10f7fde3f5f57c72e99f3bd5e [2/5] ASoC: amd: add ACP PCI driver for RPL platform commit: 003b9a96f27635e534452b174733c5f1ceec0b56 [3/5] ASoC: amd: add RPL Platform init/de-init functions commit: 10599205417ee3b1d29093c85bc210c9040a6bd4 [4/5] ASoC: amd: add RPL Platform pci driver pm-ops commit: bc1100f29d1d0bfcd36ba3690a945235ffe149c8 [5/5] ASoC: amd: enable RPL Platform acp drivers build commit: 4fb35936a374758d5065b0a015c565436685c378 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/sound/soc/amd/rpl/rpl_acp6x_chip_offset_byte.h b/sound/soc/amd/rpl/rpl_acp6x_chip_offset_byte.h new file mode 100644 index 000000000000..456498f5396d --- /dev/null +++ b/sound/soc/amd/rpl/rpl_acp6x_chip_offset_byte.h @@ -0,0 +1,30 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * AMD ACP 6.2 Register Documentation + * + * Copyright 2022 Advanced Micro Devices, Inc. + */ + +#ifndef _rpl_acp6x_OFFSET_HEADER +#define _rpl_acp6x_OFFSET_HEADER + +/* Registers from ACP_CLKRST block */ +#define ACP_SOFT_RESET 0x1241000 +#define ACP_CONTROL 0x1241004 +#define ACP_STATUS 0x1241008 +#define ACP_DYNAMIC_CG_MASTER_CONTROL 0x1241010 +#define ACP_PGFSM_CONTROL 0x124101C +#define ACP_PGFSM_STATUS 0x1241020 +#define ACP_CLKMUX_SEL 0x1241024 + +/* Registers from ACP_AON block */ +#define ACP_PME_EN 0x1241400 +#define ACP_DEVICE_STATE 0x1241404 +#define AZ_DEVICE_STATE 0x1241408 +#define ACP_PIN_CONFIG 0x1241440 +#define ACP_PAD_PULLUP_CTRL 0x1241444 +#define ACP_PAD_PULLDOWN_CTRL 0x1241448 +#define ACP_PAD_DRIVE_STRENGTH_CTRL 0x124144C +#define ACP_PAD_SCHMEN_CTRL 0x1241450 + +#endif