Unverified Commit 08651373 authored by Shane.Chien's avatar Shane.Chien Committed by Mark Brown
Browse files

dt-bindings: mediatek: mt6359: Add new property for mt6359



This patch add "LDO_VAUD18-supply" property to
control vaud18 regulator. It is labeled as required
due to mt6359 audio path always need to enable vaud18.

Signed-off-by: default avatarShane.Chien <shane.chien@mediatek.com>
Link: https://lore.kernel.org/r/1604975492-6142-3-git-send-email-shane.chien@mediatek.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 64a70744
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -17,6 +17,11 @@ description: |
  Must be a child node of PMIC wrapper.

properties:
  LDO_VAUD18-supply:
    $ref: /schemas/types.yaml#/definitions/phandle
    description: |
      Regulator of LDO VAUD18 at 1.8V.

  mediatek,dmic-mode:
    $ref: /schemas/types.yaml#/definitions/uint32
    description: |
@@ -49,11 +54,15 @@ properties:
    description: |
      Specifies the type of mic type connected to adc2

required:
  - LDO_VAUD18-supply

additionalProperties: false

examples:
  - |
    mt6359codec: mt6359codec {
      LDO_VAUD18-supply = <&mt6359p_vaud18_reg>;
      mediatek,dmic-mode = <0>;
      mediatek,mic-type-0 = <2>;
    };