diff options
| author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2026-02-12 10:18:29 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-02-18 17:12:41 +0000 |
| commit | 80ca113671a005430207d351cb403c1637106212 (patch) | |
| tree | ca022f51f596a3ae6ca7694671eb8df71f8368d5 /Documentation/devicetree | |
| parent | e570a5ca307f6d7a6acd080fc219db2ce3c0737b (diff) | |
| download | linux-80ca113671a005430207d351cb403c1637106212.tar.gz linux-80ca113671a005430207d351cb403c1637106212.tar.bz2 linux-80ca113671a005430207d351cb403c1637106212.zip | |
ASoC: dt-bindings: asahi-kasei,ak5558: Fix the supply names
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 the yaml binding document.
Fixes: 829d78e3ea32 ("ASoC: dt-bindings: ak5558: 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-4-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
| -rw-r--r-- | Documentation/devicetree/bindings/sound/asahi-kasei,ak5558.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/asahi-kasei,ak5558.yaml b/Documentation/devicetree/bindings/sound/asahi-kasei,ak5558.yaml index 5c2f131c86c3..18919d9112a3 100644 --- a/Documentation/devicetree/bindings/sound/asahi-kasei,ak5558.yaml +++ b/Documentation/devicetree/bindings/sound/asahi-kasei,ak5558.yaml @@ -19,10 +19,10 @@ properties: reg: maxItems: 1 - avdd-supply: + AVDD-supply: description: A 1.8V supply that powers up the AVDD pin. - dvdd-supply: + DVDD-supply: description: A 1.2V supply that powers up the DVDD pin. reset-gpios: |
