On Mon, Oct 24, 2022 at 3:01 PM NĂcolas F. R. A. Prado nfraprado@collabora.com wrote:
The rt5682s codec can have two supplies: AVDD and MICVDD. They are
The actual chip also has LDO1_IN (for digital core and charge pump) and DBVDD (for I/O). However in the Chromebook designs these two and AVDD are all provided from the same power rail, through separate filter banks.
Neither does the datasheet specify the ordering of AVDD, DBVDD, and LDO1_IN for power sequencing, just that three should be toggled together.
Should we model these? Or wait until some design actually splits these?
ChenYu
already used by sc7180-trogdor-kingoftown.dtsi, so document them in the binding.
Signed-off-by: NĂcolas F. R. A. Prado nfraprado@collabora.com
Changes in v2:
- Added mention that property is already used in a DT to the commit message
Documentation/devicetree/bindings/sound/realtek,rt5682s.yaml | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/realtek,rt5682s.yaml b/Documentation/devicetree/bindings/sound/realtek,rt5682s.yaml index 1c0b06d82369..ac1dea5b4450 100644 --- a/Documentation/devicetree/bindings/sound/realtek,rt5682s.yaml +++ b/Documentation/devicetree/bindings/sound/realtek,rt5682s.yaml @@ -90,6 +90,10 @@ properties: "#sound-dai-cells": const: 1
- AVDD-supply: true
- MICVDD-supply: true
additionalProperties: false
required:
2.38.1