Re: [PATCH 1/2] ASoC: cs35l35: fix typo 'overide' -> 'override'
From: Charles Keepax
Date: Tue Apr 21 2026 - 05:51:35 EST
On Tue, Apr 21, 2026 at 05:30:27AM +0300, IRRatium wrote:
> Fix typo in property name 'cirrus,classh-bst-overide',
> should be 'cirrus,classh-bst-override'.
>
> Signed-off-by: IRRatium <majnkraftiigry7@xxxxxxxxx>
> ---
> sound/soc/codecs/cs35l35.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c
> index 7a01b1d9f..7d9b42c5a 100644
> --- a/sound/soc/codecs/cs35l35.c
> +++ b/sound/soc/codecs/cs35l35.c
> @@ -1311,7 +1311,7 @@ static int cs35l35_handle_of_data(struct i2c_client
> *i2c_client,
>
> if (classh_config->classh_algo_enable) {
> classh_config->classh_bst_override =
> - of_property_read_bool(np, "cirrus,classh-bst-overide");
> + of_property_read_bool(np, "cirrus,classh-bst-override");
This would need to check both properties. The problem is as this
is a device tree thing and has been in the wild for some time,
we can't be sure there aren't device trees out there depending
on the misspelling.
Thanks,
Charles