summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJiaxin Yu <jiaxin.yu@mediatek.com>2020-11-20 11:06:13 +0800
committerMark Brown <broonie@kernel.org>2020-11-20 13:48:30 +0000
commit6e85530496a496616ece6c444df23522afc81520 (patch)
treeb6567713b5c3774c446fcce2debe1e279a4a91db /Documentation
parent9546c76c73a1ee8b662b09f7308bcb63d2cd0d51 (diff)
downloadlinux-6e85530496a496616ece6c444df23522afc81520.tar.bz2
ASoC: mt6359: remove unused property for mt6359
This reverts commit 08651373808e16b01d3b12207f52504c17b6774c. ("dt-bindings: mediatek: mt6359: Add new property for mt6359") Remove unused property "LDO_VAUD18-supply" in mt6359codec. Signed-off-by: Jiaxin Yu <jiaxin.yu@mediatek.com> Link: https://lore.kernel.org/r/1605841573-1442-3-git-send-email-jiaxin.yu@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/sound/mt6359.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/devicetree/bindings/sound/mt6359.yaml b/Documentation/devicetree/bindings/sound/mt6359.yaml
index ef027c79032f..a54f466f769d 100644
--- a/Documentation/devicetree/bindings/sound/mt6359.yaml
+++ b/Documentation/devicetree/bindings/sound/mt6359.yaml
@@ -17,11 +17,6 @@ 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: |
@@ -54,15 +49,11 @@ 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>;
};