summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-11-20 16:09:46 +0000
committerMark Brown <broonie@kernel.org>2020-11-20 16:09:46 +0000
commit6b114d8b4dedab4712bfa77b4bdd81813aba3895 (patch)
tree907812295e49b068cb109d2ad7d1f4da77bc5a94 /Documentation
parent991e74d149eb9027881bd7423a8cdb87c212396a (diff)
parent6e85530496a496616ece6c444df23522afc81520 (diff)
downloadlinux-6b114d8b4dedab4712bfa77b4bdd81813aba3895.tar.bz2
Merge series "ASoC: mt6359: Fix regulator_dev_lookup() fails for id "LDO_VAUD18"" from Jiaxin Yu <jiaxin.yu@mediatek.com>:
This series fixed "LDO_VAUD18-supply" regulator register fail. We can see the error log "mt6359-sound supply LDO_VAUD18 not found, using dummy regulator" when register the DAPM widget "LDO_VAUD18" Otherwise, the power can not be turned on correctly when recording. Jiaxin Yu (2): ASoC: mediatek: mt6359: Fix regulator_dev_lookup() fails for id "LDO_VAUD18" dt-bindings: mediatek: mt6359: remove unused property for mt6359 Documentation/devicetree/bindings/sound/mt6359.yaml | 9 --------- sound/soc/codecs/mt6359.c | 7 ++++--- 2 files changed, 4 insertions(+), 12 deletions(-) -- 2.18.0
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>;
};