aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rau <[email protected]>2023-05-23 16:18:20 +0000
committerMark Brown <[email protected]>2023-05-23 18:49:35 +0100
commitc28dc3bdfcd9e93b6cf1f3f0bb3c51e819fc977f (patch)
tree4cac19c4f19daefca68fa31481a4e2a8d0f65d50
parent345585b776e6f6f1cab846eb3efbef32c53fc0e3 (diff)
ASoC: dt-bindings: da7219: Add jack-ins-det-pty property
Add `dlg,jack-ins-det-pty` property for Jack insertion detection polarity selection. Signed-off-by: David Rau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/sound/dialog,da7219.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/dialog,da7219.yaml b/Documentation/devicetree/bindings/sound/dialog,da7219.yaml
index 9160f68696dd..bb5af48ab1e1 100644
--- a/Documentation/devicetree/bindings/sound/dialog,da7219.yaml
+++ b/Documentation/devicetree/bindings/sound/dialog,da7219.yaml
@@ -122,6 +122,12 @@ properties:
Debounce time for jack insertion (ms).
$ref: /schemas/types.yaml#/definitions/uint32
+ dlg,jack-ins-det-pty:
+ enum: ["low", "high"]
+ description:
+ Polarity for jack insertion detection.
+ $ref: /schemas/types.yaml#/definitions/string
+
dlg,jack-det-rate:
enum: ["32_64", "64_128", "128_256", "256_512"]
description:
@@ -215,6 +221,7 @@ examples:
dlg,btn-cfg = <50>;
dlg,mic-det-thr = <500>;
dlg,jack-ins-deb = <20>;
+ dlg,jack-ins-det-pty = "low";
dlg,jack-det-rate = "32_64";
dlg,jack-rem-deb = <1>;