[PATCH 1/2] dt-bindings: sound: add ti,pcm5424 to pcm512x

Christian Hewitt posted 2 patches 1 year, 5 months ago
There is a newer version of this series
[PATCH 1/2] dt-bindings: sound: add ti,pcm5424 to pcm512x
Posted by Christian Hewitt 1 year, 5 months ago
Add ti,pcm5424 to the list of pcm512x compatible chips

Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
---
 Documentation/devicetree/bindings/sound/pcm512x.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/pcm512x.txt b/Documentation/devicetree/bindings/sound/pcm512x.txt
index 77006a4aec4a..47878a6df608 100644
--- a/Documentation/devicetree/bindings/sound/pcm512x.txt
+++ b/Documentation/devicetree/bindings/sound/pcm512x.txt
@@ -6,7 +6,7 @@ on the board). The TAS575x devices only support I2C.
 Required properties:
 
   - compatible : One of "ti,pcm5121", "ti,pcm5122", "ti,pcm5141",
-                 "ti,pcm5142", "ti,tas5754" or "ti,tas5756"
+                 "ti,pcm5142", "ti,pcm5242", "ti,tas5754" or "ti,tas5756"
 
   - reg : the I2C address of the device for I2C, the chip select
           number for SPI.
-- 
2.34.1
Re: [PATCH 1/2] dt-bindings: sound: add ti,pcm5424 to pcm512x
Posted by Mark Brown 1 year, 5 months ago
On Sat, Jun 22, 2024 at 12:46:02PM +0000, Christian Hewitt wrote:
> Add ti,pcm5424 to the list of pcm512x compatible chips
> 
> Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
> ---
>  Documentation/devicetree/bindings/sound/pcm512x.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Ideally this would also be converted to YAML but for such a trivial
addition I don't think this should be a blocker.