浏览代码

arm64: dts: meson-axg: add lineout codec

Add the es7154 digital to analog converter which supplies the
lienout jack of the s400

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Jerome Brunet 7 年之前
父节点
当前提交
154b912c01
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

+ 9 - 0
arch/arm64/boot/dts/amlogic/meson-axg-s400.dts

@@ -188,6 +188,15 @@
 		status = "okay";
 		sound-name-prefix = "Linein";
 	};
+
+	lineout: audio-codec@1 {
+		#sound-dai-cells = <0>;
+		compatible = "everest,es7154";
+		VDD-supply = <&vcc_3v3>;
+		PVDD-supply = <&vcc_5v>;
+		status = "okay";
+		sound-name-prefix = "Lineout";
+	};
 };
 
 &ethmac {