mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
52 lines
1.1 KiB
Diff
52 lines
1.1 KiB
Diff
From 8b00b228a75382ee9fca6cb1dee0b89a8e959ed8 Mon Sep 17 00:00:00 2001
|
|
From: Alex Bee <knaerzche@gmail.com>
|
|
Date: Tue, 2 Feb 2021 17:22:21 +0200
|
|
Subject: [PATCH 37/59] WIP/1002: ARM: dts: RK3288 miqi add hdmi sound nodes
|
|
|
|
Signed-off-by: Alex Bee <knaerzche@gmail.com>
|
|
---
|
|
arch/arm/boot/dts/rockchip/rk3288-miqi.dts | 20 ++++++++++++++++++++
|
|
1 file changed, 20 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/rockchip/rk3288-miqi.dts b/arch/arm/boot/dts/rockchip/rk3288-miqi.dts
|
|
index dd42f8d31f70..20df626547bd 100644
|
|
--- a/arch/arm/boot/dts/rockchip/rk3288-miqi.dts
|
|
+++ b/arch/arm/boot/dts/rockchip/rk3288-miqi.dts
|
|
@@ -78,6 +78,21 @@ vcc_sys: regulator-vsys {
|
|
regulator-always-on;
|
|
regulator-boot-on;
|
|
};
|
|
+
|
|
+ sound {
|
|
+ compatible = "simple-audio-card";
|
|
+ simple-audio-card,format = "i2s";
|
|
+ simple-audio-card,name = "HDMI";
|
|
+ simple-audio-card,mclk-fs = <512>;
|
|
+
|
|
+ simple-audio-card,codec {
|
|
+ sound-dai = <&hdmi>;
|
|
+ };
|
|
+
|
|
+ simple-audio-card,cpu {
|
|
+ sound-dai = <&i2s>;
|
|
+ };
|
|
+ };
|
|
};
|
|
|
|
&cpu0 {
|
|
@@ -283,6 +298,11 @@ &i2c5 {
|
|
status = "okay";
|
|
};
|
|
|
|
+&i2s {
|
|
+ #sound-dai-cells = <0>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&io_domains {
|
|
status = "okay";
|
|
|
|
--
|
|
2.34.1
|
|
|