[PATCH] docs: bindings: da9055: fix dead link to codec binding

Soham Metha posted 1 patch 1 week, 5 days ago
Documentation/devicetree/bindings/mfd/da9055.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: bindings: da9055: fix dead link to codec binding
Posted by Soham Metha 1 week, 5 days ago
The simple audio codec bindings were consolidated into
trivial-codec.yaml by commit 4acbfcf11cbe ("ASoC: dt-bindings:
consolidate simple audio codec to trivial-codec.yaml").

Update the DA9055 binding documentation to reference the new
trivial-codec.yaml location.

Signed-off-by: Soham Metha <sohammetha01@gmail.com>
---
 Documentation/devicetree/bindings/mfd/da9055.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/da9055.txt b/Documentation/devicetree/bindings/mfd/da9055.txt
index 131a53283e17..d3099bf56002 100644
--- a/Documentation/devicetree/bindings/mfd/da9055.txt
+++ b/Documentation/devicetree/bindings/mfd/da9055.txt
@@ -15,7 +15,7 @@ The CODEC device in DA9055 has a separate, configurable I2C address and so
 is instantiated separately from the PMIC.
 
 For details on accompanying CODEC I2C device, see the following:
-Documentation/devicetree/bindings/sound/da9055.txt
+Documentation/devicetree/bindings/sound/trivial-codec.yaml
 
 ======
 
-- 
2.34.1
Re: (subset) [PATCH] docs: bindings: da9055: fix dead link to codec binding
Posted by Lee Jones 2 days, 22 hours ago
On Mon, 26 Jan 2026 16:43:09 +0530, Soham Metha wrote:
> The simple audio codec bindings were consolidated into
> trivial-codec.yaml by commit 4acbfcf11cbe ("ASoC: dt-bindings:
> consolidate simple audio codec to trivial-codec.yaml").
> 
> Update the DA9055 binding documentation to reference the new
> trivial-codec.yaml location.
> 
> [...]

Applied, thanks!

[1/1] docs: bindings: da9055: fix dead link to codec binding
      commit: 845776177cf3b75be4e27213425f25dcb630d817

--
Lee Jones [李琼斯]

Re: (subset) [PATCH] docs: bindings: da9055: fix dead link to codec binding
Posted by Lee Jones 2 days, 22 hours ago
On Wed, 04 Feb 2026, Lee Jones wrote:

> On Mon, 26 Jan 2026 16:43:09 +0530, Soham Metha wrote:
> > The simple audio codec bindings were consolidated into
> > trivial-codec.yaml by commit 4acbfcf11cbe ("ASoC: dt-bindings:
> > consolidate simple audio codec to trivial-codec.yaml").
> > 
> > Update the DA9055 binding documentation to reference the new
> > trivial-codec.yaml location.
> > 
> > [...]
> 
> Applied, thanks!
> 
> [1/1] docs: bindings: da9055: fix dead link to codec binding
>       commit: 845776177cf3b75be4e27213425f25dcb630d817

I corrected the subject line for you:

  dt-bindings: mfd: da9055: Fix dead link to codec binding

Please use:

  `git log --oneline -- <subsystem>`

... to figure out expected style in the future.

-- 
Lee Jones [李琼斯]