mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-25 16:21:32 +00:00
34 lines
991 B
Diff
34 lines
991 B
Diff
From fb22697ac3dfd363e9d51307d1bb168bd6cf1c41 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Thu, 30 Mar 2017 15:28:24 +0200
|
|
Subject: [PATCH 38/79] ARM64: dts: meson-gxbb-p20x: add i2s codec node
|
|
|
|
Add the node for the i2s codec Everest 7134 found on the P20x reference
|
|
design
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
---
|
|
arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
index 3ed5c99..07b0f21 100644
|
|
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi
|
|
@@ -146,6 +146,12 @@
|
|
};
|
|
};
|
|
};
|
|
+
|
|
+ i2s_codec: external-codec {
|
|
+ #sound-dai-cells = <0>;
|
|
+ compatible = "everest,es7134";
|
|
+ status = "okay";
|
|
+ };
|
|
};
|
|
|
|
/* This UART is brought out to the DB9 connector */
|
|
--
|
|
1.9.1
|
|
|