* Kernel improvments for Amlogic / Odroid * Odroid: Update kernel 5.7.4 * Fix script * include audio into kernel
40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
From 5ea4085da165fd3f3aa211cb3664dd166d0d5fd7 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Thu, 7 May 2020 00:16:56 +0200
|
|
Subject: [PATCH 6/8] 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 <jbrunet@baylibre.com>
|
|
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
|
|
Link: https://lore.kernel.org/r/20200506221656.477379-8-jbrunet@baylibre.com
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-g12.dtsi | 9 +++++++++
|
|
1 file changed, 9 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12.dtsi
|
|
index 55d39020ec72..0d14409f509c 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-g12.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-g12.dtsi
|
|
@@ -343,6 +343,15 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
+ toacodec: audio-controller@740 {
|
|
+ compatible = "amlogic,g12a-toacodec";
|
|
+ reg = <0x0 0x740 0x0 0x4>;
|
|
+ #sound-dai-cells = <1>;
|
|
+ sound-name-prefix = "TOACODEC";
|
|
+ resets = <&clkc_audio AUD_RESET_TOACODEC>;
|
|
+ status = "disabled";
|
|
+ };
|
|
+
|
|
tohdmitx: audio-controller@744 {
|
|
compatible = "amlogic,g12a-tohdmitx";
|
|
reg = <0x0 0x744 0x0 0x4>;
|
|
--
|
|
2.17.1
|
|
|