mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
ASoC: mt6359: remove unused property for mt6359
This reverts commit 0865137380
.
("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>
This commit is contained in:
parent
9546c76c73
commit
6e85530496
1 changed files with 0 additions and 9 deletions
|
@ -17,11 +17,6 @@ description: |
|
||||||
Must be a child node of PMIC wrapper.
|
Must be a child node of PMIC wrapper.
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
LDO_VAUD18-supply:
|
|
||||||
$ref: /schemas/types.yaml#/definitions/phandle
|
|
||||||
description: |
|
|
||||||
Regulator of LDO VAUD18 at 1.8V.
|
|
||||||
|
|
||||||
mediatek,dmic-mode:
|
mediatek,dmic-mode:
|
||||||
$ref: /schemas/types.yaml#/definitions/uint32
|
$ref: /schemas/types.yaml#/definitions/uint32
|
||||||
description: |
|
description: |
|
||||||
|
@ -54,15 +49,11 @@ properties:
|
||||||
description: |
|
description: |
|
||||||
Specifies the type of mic type connected to adc2
|
Specifies the type of mic type connected to adc2
|
||||||
|
|
||||||
required:
|
|
||||||
- LDO_VAUD18-supply
|
|
||||||
|
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
- |
|
- |
|
||||||
mt6359codec: mt6359codec {
|
mt6359codec: mt6359codec {
|
||||||
LDO_VAUD18-supply = <&mt6359p_vaud18_reg>;
|
|
||||||
mediatek,dmic-mode = <0>;
|
mediatek,dmic-mode = <0>;
|
||||||
mediatek,mic-type-0 = <2>;
|
mediatek,mic-type-0 = <2>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue