Message ID | 20250214-mt8188-accdet-v1-1-6bbd5483855b@collabora.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Allow retrieving accessory detection reference on MT8188 | expand |
diff --git a/Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml b/Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml index 362e729b51b43ec16716aee70ad736420def81f3..41d303e28e4dabd152140531ec0bf7375741b659 100644 --- a/Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml +++ b/Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml @@ -40,6 +40,12 @@ properties: hardware that provides additional audio functionalities if present. The AFE will link to ADSP when the phandle is provided. + mediatek,accdet: + $ref: /schemas/types.yaml#/definitions/phandle + description: + The phandle to the MT6359 accessory detection block, which detects audio + jack insertion and removal. + patternProperties: "^dai-link-[0-9]+$": type: object
Add a mediatek,accdet phandle property to allow getting a reference to the MT6359 ACCDET block, which is responsible for detecting jack insertion/removal. Signed-off-by: NĂcolas F. R. A. Prado <nfraprado@collabora.com> --- Documentation/devicetree/bindings/sound/mediatek,mt8188-mt6359.yaml | 6 ++++++ 1 file changed, 6 insertions(+)