Skip to content

Commit 4641e76

Browse files
TE-N-ShengjiuWanggregkh
authored andcommitted
ASoC: dt-bindings: asahi-kasei,ak4458: Fix the supply names
commit e570a5c upstream. In the original txt format binding document ak4458.txt, the supply names are 'AVDD-supply', 'DVDD-supply', and they are also used in driver. But in the commit converting to yaml format, they are changed to 'avdd-supply', 'dvdd-supply'. After search all the dts file, these names 'AVDD-supply', 'DVDD-supply', 'avdd-supply', 'dvdd-supply' are not used in any dts file. So it is safe to fix this yaml binding document. Fixes: 009e83b ("ASoC: dt-bindings: ak4458: Convert to dtschema") Cc: stable@vger.kernel.org Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://patch.msgid.link/20260212021829.3244736-3-shengjiu.wang@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 831c2b4 commit 4641e76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/sound/asahi-kasei,ak4458.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ properties:
2121
reg:
2222
maxItems: 1
2323

24-
avdd-supply:
24+
AVDD-supply:
2525
description: Analog power supply
2626

27-
dvdd-supply:
27+
DVDD-supply:
2828
description: Digital power supply
2929

3030
reset-gpios:

0 commit comments

Comments
 (0)