]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: meson: add g12a compatibles
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 4 Apr 2019 11:17:28 +0000 (13:17 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 5 Apr 2019 02:25:21 +0000 (09:25 +0700)
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>
Documentation/devicetree/bindings/sound/amlogic,axg-fifo.txt
Documentation/devicetree/bindings/sound/amlogic,axg-pdm.txt
Documentation/devicetree/bindings/sound/amlogic,axg-spdifin.txt
Documentation/devicetree/bindings/sound/amlogic,axg-spdifout.txt
Documentation/devicetree/bindings/sound/amlogic,axg-tdm-formatters.txt

index 3dfc2515e5c672702121e5720618800508007f64..4330fc9dca6d87dee2ce5d27df472eeb0ed13767 100644 (file)
@@ -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.
index 5672d0bc5b166531858648771f0d52d5305f2874..73f473a9365f73061257d5163bfd69eca5f83cf6 100644 (file)
@@ -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.
index 2e6cb7d9b202977f2f92dbfe48e4f4734b3254a9..0b82504fa419068b0e497f514feb6288bfb1d801 100644 (file)
@@ -1,7 +1,8 @@
 * Amlogic Audio SPDIF Input
 
 Required properties:
-- compatible: 'amlogic,axg-spdifin'
+- compatible: 'amlogic,axg-spdifin' or
+             'amlogic,g12a-spdifin'
 - interrupts: interrupt specifier for the spdif input.
 - clocks: list of clock phandle, one for each entry clock-names.
 - clock-names: should contain the following:
index 521c38ad89e718635311084d2e9317b296bb08e4..826152730508e2a7100485f26200e58d2bbb02f5 100644 (file)
@@ -1,7 +1,8 @@
 * Amlogic Audio SPDIF Output
 
 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.
 - clock-names: should contain the following:
   * "pclk" : peripheral clock.
index 1c1b7490554ea10dcfb361f7c1f5d91b3a4bd720..3b94a715a0b9b1cdbb7f5b2b8b3bb5453ba41818 100644 (file)
@@ -2,7 +2,9 @@
 
 Required properties:
 - 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
        mapped region.
 - clocks: list of clock phandle, one for each entry clock-names.