diff options
| author | Mark Brown <broonie@kernel.org> | 2024-11-05 18:15:53 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-11-05 18:15:53 +0000 |
| commit | aaa73822bbf1912fb50ad21eb770258f7a84c6f7 (patch) | |
| tree | 8bf3bab14f5d507a6b15b55eed6e03d434d5ae26 /Documentation/devicetree | |
| parent | a441eff91542b579060bb31b9ebd8103bca46815 (diff) | |
| parent | 88264e4f0b6695245cea2810bf54bebf1c98c070 (diff) | |
ASoC: codecs: Add aw88081 amplifier driver
Merge series from wangweidong.a@awinic.com:
Add the awinic,aw88081 property to support the aw88081 chip.
The driver is for amplifiers aw88081 of Awinic Technology
Corporation. The awinic AW88081 is an I2S/TDM input,
high efficiency digital Smart K audio amplifier
Diffstat (limited to 'Documentation/devicetree')
| -rw-r--r-- | Documentation/devicetree/bindings/sound/awinic,aw88395.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml b/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml index ac5f2e0f42cb..3b0b743e49c4 100644 --- a/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml +++ b/Documentation/devicetree/bindings/sound/awinic,aw88395.yaml @@ -17,8 +17,9 @@ description: properties: compatible: enum: - - awinic,aw88395 + - awinic,aw88081 - awinic,aw88261 + - awinic,aw88395 - awinic,aw88399 reg: @@ -56,6 +57,7 @@ allOf: compatible: contains: enum: + - awinic,aw88081 - awinic,aw88261 then: properties: |
