Skip to content

Commit dbffd7f

Browse files
jbrun3tkhilman
authored andcommitted
arm64: dts: meson: g12: add internal DAC glue
add the internal DAC glue support on the g12 and sm1 family This glue connects the different TDM interfaces of the SoC to the internal audio DAC codec. Signed-off-by: Jerome Brunet <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 457fa78 commit dbffd7f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-g12.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,15 @@
344344
status = "disabled";
345345
};
346346

347+
toacodec: audio-controller@740 {
348+
compatible = "amlogic,g12a-toacodec";
349+
reg = <0x0 0x740 0x0 0x4>;
350+
#sound-dai-cells = <1>;
351+
sound-name-prefix = "TOACODEC";
352+
resets = <&clkc_audio AUD_RESET_TOACODEC>;
353+
status = "disabled";
354+
};
355+
347356
tohdmitx: audio-controller@744 {
348357
compatible = "amlogic,g12a-tohdmitx";
349358
reg = <0x0 0x744 0x0 0x4>;

0 commit comments

Comments
 (0)