summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/max98371.txt
diff options
context:
space:
mode:
authorAndré Morishita <andremorishita@gmail.com>2023-04-01 15:19:29 -0300
committerMark Brown <broonie@kernel.org>2023-04-03 12:15:30 +0100
commit5781c22ea87700cd1da8f8de8a82fc10ef2f14d2 (patch)
treecce71656c1d2ec05e23b6caf5ee3ac4376409e29 /Documentation/devicetree/bindings/sound/max98371.txt
parentee4281de4d60288b9c802bb0906061ec355ecef2 (diff)
ASoC: dt-bindings: maxim,max98371: Convert to DT schema
Convert the Maxim Integrated MAX98371 audio codec bindings to DT schema. Signed-off-by: André Morishita <andremorishita@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230401181930.533067-1-andremorishita@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/max98371.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/max98371.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/Documentation/devicetree/bindings/sound/max98371.txt b/Documentation/devicetree/bindings/sound/max98371.txt
deleted file mode 100644
index 8b2b2704b574..000000000000
--- a/Documentation/devicetree/bindings/sound/max98371.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-max98371 codec
-
-This device supports I2C mode only.
-
-Required properties:
-
-- compatible : "maxim,max98371"
-- reg : The chip select number on the I2C bus
-
-Example:
-
-&i2c {
- max98371: max98371@31 {
- compatible = "maxim,max98371";
- reg = <0x31>;
- };
-};