Re: [PATCH 2/3] ASoC: ak4458: Fix the supply names
From: Andy Shevchenko
Date: Wed Feb 11 2026 - 06:18:52 EST
On Wed, Feb 11, 2026 at 05:35:26PM +0800, Shengjiu Wang wrote:
> According to the binding document, the supply name characters are
> lowercase.
...
> static const char *ak4458_supply_names[AK4458_NUM_SUPPLIES] = {
> - "DVDD",
> - "AVDD",
> + "dvdd",
> + "avdd",
> };
In kernel we also have
arch/arm/boot/dts/actions/owl-s500-roseapplepi.dts:123: regulator-name = "AVDD";
arch/arm/mach-s3c/mach-crag6410.c:631: REGULATOR_SUPPLY("AVDD", "spi0.0"),
arch/arm/mach-s3c/mach-crag6410.c:632: REGULATOR_SUPPLY("AVDD", "spi0.1"),
arch/arm/mach-s3c/mach-crag6410.c:655: REGULATOR_SUPPLY("AVDD", "1-001a"),
arch/arm/mach-s3c/mach-crag6410.c:661: REGULATOR_SUPPLY("AVDD", "1-003a"),
Are those related? Can they affect this one?
--
With Best Regards,
Andy Shevchenko