aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2020-05-07 00:16:50 +0200
committerKevin Hilman <khilman@baylibre.com>2020-05-19 16:31:54 -0700
commita66d4ae3144a18476626dd8de8b8dff5f523daee (patch)
treeafffbce58110db38e2de1b4547981fbd572cd17e
parentarm64: dts: meson-sm1: add support for Hardkernel ODROID-C4 (diff)
downloadlinux-dev-a66d4ae3144a18476626dd8de8b8dff5f523daee.tar.xz
linux-dev-a66d4ae3144a18476626dd8de8b8dff5f523daee.zip
arm64: dts: meson: gxl: add acodec support
Add the internal audio DAC to the gxl SoC DT Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com> Link: https://lore.kernel.org/r/20200506221656.477379-2-jbrunet@baylibre.com
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-gxl.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index 44c0371f63ca..fc59c8534c0f 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -54,6 +54,17 @@
};
};
+ acodec: audio-controller@c8832000 {
+ compatible = "amlogic,t9015";
+ reg = <0x0 0xc8832000 0x0 0x14>;
+ #sound-dai-cells = <0>;
+ sound-name-prefix = "ACODEC";
+ clocks = <&clkc CLKID_ACODEC>;
+ clock-names = "pclk";
+ resets = <&reset RESET_ACODEC>;
+ status = "disabled";
+ };
+
crypto: crypto@c883e000 {
compatible = "amlogic,gxl-crypto";
reg = <0x0 0xc883e000 0x0 0x36>;