Skip to content

Commit d68d84a

Browse files
mlegenovicigorpecovnik
authored andcommitted
Odroid-M2: Enable HDMI audio
Signed-off-by: Milivoje Legenovic <m.legenovic@gmail.com>
1 parent 8821837 commit d68d84a

2 files changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.dts b/arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.dts
2+
index a72063c55140..c27a1e3db6fa 100644
3+
--- a/arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.dts
4+
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.dts
5+
@@ -264,6 +264,10 @@ hdmi0_out_con: endpoint {
6+
};
7+
};
8+
9+
+&hdmi0_sound {
10+
+ status = "okay";
11+
+};
12+
+
13+
&hdptxphy0 {
14+
status = "okay";
15+
};
16+
@@ -396,6 +400,10 @@ pcf8563: rtc@51 {
17+
};
18+
};
19+
20+
+&i2s5_8ch {
21+
+ status = "okay";
22+
+};
23+
+
24+
&mdio1 {
25+
rgmii_phy1: ethernet-phy@1 {
26+
compatible = "ethernet-phy-id001c.c916";
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.dts b/arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.dts
2+
index a72063c55140..c27a1e3db6fa 100644
3+
--- a/arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.dts
4+
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-odroid-m2.dts
5+
@@ -264,6 +264,10 @@ hdmi0_out_con: endpoint {
6+
};
7+
};
8+
9+
+&hdmi0_sound {
10+
+ status = "okay";
11+
+};
12+
+
13+
&hdptxphy0 {
14+
status = "okay";
15+
};
16+
@@ -396,6 +400,10 @@ pcf8563: rtc@51 {
17+
};
18+
};
19+
20+
+&i2s5_8ch {
21+
+ status = "okay";
22+
+};
23+
+
24+
&mdio1 {
25+
rgmii_phy1: ethernet-phy@1 {
26+
compatible = "ethernet-phy-id001c.c916";

0 commit comments

Comments
 (0)