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>
This commit is contained in:
Jerome Brunet 2019-04-04 13:17:28 +02:00 committed by Mark Brown
parent f96fb7d198
commit 679f4e6cfd
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
5 changed files with 12 additions and 5 deletions

View File

@ -2,7 +2,9 @@
Required properties: Required properties:
- compatible: 'amlogic,axg-toddr' or - 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 - reg: physical base address of the controller and length of memory
mapped region. mapped region.
- interrupts: interrupt specifier for the fifo. - interrupts: interrupt specifier for the fifo.

View File

@ -1,7 +1,8 @@
* Amlogic Audio PDM input * Amlogic Audio PDM input
Required properties: 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 - reg: physical base address of the controller and length of memory
mapped region. mapped region.
- clocks: list of clock phandle, one for each entry clock-names. - clocks: list of clock phandle, one for each entry clock-names.

View File

@ -1,7 +1,8 @@
* Amlogic Audio SPDIF Input * Amlogic Audio SPDIF Input
Required properties: Required properties:
- compatible: 'amlogic,axg-spdifin' - compatible: 'amlogic,axg-spdifin' or
'amlogic,g12a-spdifin'
- interrupts: interrupt specifier for the spdif input. - interrupts: interrupt specifier for the spdif input.
- clocks: list of clock phandle, one for each entry clock-names. - clocks: list of clock phandle, one for each entry clock-names.
- clock-names: should contain the following: - clock-names: should contain the following:

View File

@ -1,7 +1,8 @@
* Amlogic Audio SPDIF Output * Amlogic Audio SPDIF Output
Required properties: Required properties:
- compatible: 'amlogic,axg-spdifout' - compatible: 'amlogic,axg-spdifout' or
'amlogic,g12a-spdifout'
- clocks: list of clock phandle, one for each entry clock-names. - clocks: list of clock phandle, one for each entry clock-names.
- clock-names: should contain the following: - clock-names: should contain the following:
* "pclk" : peripheral clock. * "pclk" : peripheral clock.

View File

@ -2,7 +2,9 @@
Required properties: Required properties:
- compatible: 'amlogic,axg-tdmin' or - compatible: 'amlogic,axg-tdmin' or
'amlogic,axg-tdmout' 'amlogic,axg-tdmout' or
'amlogic,g12a-tdmin' or
'amlogic,g12a-tdmout'
- reg: physical base address of the controller and length of memory - reg: physical base address of the controller and length of memory
mapped region. mapped region.
- clocks: list of clock phandle, one for each entry clock-names. - clocks: list of clock phandle, one for each entry clock-names.