diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-04-04 13:17:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-05 04:25:21 +0200 |
commit | 679f4e6cfd45bcc14bb563576e419ac9e43fad7c (patch) | |
tree | 70eb25e03c1fba1d7982e37f6ed79984ad5e49eb /Documentation/devicetree/bindings/sound/amlogic,axg-pdm.txt | |
parent | ASoC: core: remove link components before cleaning up card resources (diff) | |
download | linux-679f4e6cfd45bcc14bb563576e419ac9e43fad7c.tar.xz linux-679f4e6cfd45bcc14bb563576e419ac9e43fad7c.zip |
ASoC: meson: add g12a compatibles
Add new compatible strings for the g12a devices.
Audio wise, the g12a is fairly to close to the axg, yet some differences
need to be handled.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/amlogic,axg-pdm.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/amlogic,axg-pdm.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/amlogic,axg-pdm.txt b/Documentation/devicetree/bindings/sound/amlogic,axg-pdm.txt index 5672d0bc5b16..73f473a9365f 100644 --- a/Documentation/devicetree/bindings/sound/amlogic,axg-pdm.txt +++ b/Documentation/devicetree/bindings/sound/amlogic,axg-pdm.txt @@ -1,7 +1,8 @@ * Amlogic Audio PDM input Required properties: -- compatible: 'amlogic,axg-pdm' +- compatible: 'amlogic,axg-pdm' or + 'amlogic,g12a-pdm' - reg: physical base address of the controller and length of memory mapped region. - clocks: list of clock phandle, one for each entry clock-names. |