Skip to content

Commit a66d4ae

Browse files
jbrun3tkhilman
authored andcommitted
arm64: dts: meson: gxl: add acodec support
Add the internal audio DAC to the gxl SoC DT Signed-off-by: Jerome Brunet <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 326e575 commit a66d4ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@
5454
};
5555
};
5656

57+
acodec: audio-controller@c8832000 {
58+
compatible = "amlogic,t9015";
59+
reg = <0x0 0xc8832000 0x0 0x14>;
60+
#sound-dai-cells = <0>;
61+
sound-name-prefix = "ACODEC";
62+
clocks = <&clkc CLKID_ACODEC>;
63+
clock-names = "pclk";
64+
resets = <&reset RESET_ACODEC>;
65+
status = "disabled";
66+
};
67+
5768
crypto: crypto@c883e000 {
5869
compatible = "amlogic,gxl-crypto";
5970
reg = <0x0 0xc883e000 0x0 0x36>;

0 commit comments

Comments
 (0)