[Letux-kernel] [Internal RFC 06/16] ASoC: dt-bindings: add TI PCM1773
H. Nikolaus Schaller
hns at goldelico.com
Wed Sep 7 20:01:45 CEST 2022
PCM1771 is a simple audio codec that can be enabled through a gpio.
Signed-off-by: H. Nikolaus Schaller <hns at goldelico.com>
---
.../devicetree/bindings/sound/pcm1773.yaml | 26 +++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 Documentation/devicetree/bindings/sound/pcm1773.yaml
diff --git a/Documentation/devicetree/bindings/sound/pcm1773.yaml b/Documentation/devicetree/bindings/sound/pcm1773.yaml
new file mode 100644
index 0000000000000..b29e9193eadcb
--- /dev/null
+++ b/Documentation/devicetree/bindings/sound/pcm1773.yaml
@@ -0,0 +1,26 @@
+# SPDX-License-Identifier: None
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/bindings/sound/pcm1773.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Texas Instruments pcm1773 DT bindings
+
+maintainers:
+ - tbd.
+
+description: |+
+ PCM1771 is a simple audio codec that can be enabled
+ through a gpio.
+
+properties:
+ compatible: ti,pcm1773
+
+examples:
+ - |
+ audio-codec {
+ compatible = "ti,pcm1773";
+ enable-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>;
+ };
+
+...
--
2.33.0
More information about the Letux-kernel
mailing list