diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-04-04 13:17:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-05 09:25:21 +0700 |
commit | 679f4e6cfd45bcc14bb563576e419ac9e43fad7c (patch) | |
tree | 70eb25e03c1fba1d7982e37f6ed79984ad5e49eb /Documentation/devicetree/bindings/sound/amlogic,axg-fifo.txt | |
parent | f96fb7d198ca624fe33c4145a004eb5a3d0eddec (diff) | |
download | talos-op-linux-679f4e6cfd45bcc14bb563576e419ac9e43fad7c.tar.gz talos-op-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-fifo.txt')
-rw-r--r-- | Documentation/devicetree/bindings/sound/amlogic,axg-fifo.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/amlogic,axg-fifo.txt b/Documentation/devicetree/bindings/sound/amlogic,axg-fifo.txt index 3dfc2515e5c6..4330fc9dca6d 100644 --- a/Documentation/devicetree/bindings/sound/amlogic,axg-fifo.txt +++ b/Documentation/devicetree/bindings/sound/amlogic,axg-fifo.txt @@ -2,7 +2,9 @@ Required properties: - compatible: 'amlogic,axg-toddr' or - 'amlogic,axg-frddr' + 'amlogic,axg-toddr' or + 'amlogic,g12a-frddr' or + 'amlogic,g12a-toddr' - reg: physical base address of the controller and length of memory mapped region. - interrupts: interrupt specifier for the fifo. |