Skip to content

Commit 22a5164

Browse files
Stefan Bindinggregkh
authored andcommitted
ASoC: cs35l56: Update Firmware Addresses for CS35L63 for production silicon
[ Upstream commit f135fb2 ] Production silicon for CS36L63 has some small differences compared to pre-production silicon. Update firmware addresses, which are different. No product was ever released with pre-production silicon so there is no need for the driver to include support for it. Fixes: 9788587 ("ASoC: cs35l56: Add initial support for CS35L63 for I2C and SoundWire") Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com> Link: https://patch.msgid.link/20250820142209.127575-2-sbinding@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent a096b02 commit 22a5164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/sound/cs35l56.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
#define CS35L56_DSP1_PMEM_5114 0x3804FE8
108108

109109
#define CS35L63_DSP1_FW_VER CS35L56_DSP1_FW_VER
110-
#define CS35L63_DSP1_HALO_STATE 0x280396C
111-
#define CS35L63_DSP1_PM_CUR_STATE 0x28042C8
110+
#define CS35L63_DSP1_HALO_STATE 0x2803C04
111+
#define CS35L63_DSP1_PM_CUR_STATE 0x2804518
112112
#define CS35L63_PROTECTION_STATUS 0x340009C
113113
#define CS35L63_TRANSDUCER_ACTUAL_PS 0x34000F4
114114
#define CS35L63_MAIN_RENDER_USER_MUTE 0x3400020

0 commit comments

Comments
 (0)