diff options
author | Christian Hewitt <[email protected]> | 2024-06-22 13:12:44 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-06-22 14:46:30 +0100 |
commit | 9427997a5e13320a3c404a0cb67a292ad8e00b62 (patch) | |
tree | b1be62cc48af3ab86259b1470b0848421ea4899a | |
parent | 9c9b172fdd918c2f852140fc4a3cd827b78fa947 (diff) |
ASoC: dt-bindings: add ti,pcm5242 to pcm512x
Add ti,pcm5242 to the pcm512x driver file
Signed-off-by: Christian Hewitt <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/pcm512x.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |