mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-24 03:14:06 +02:00
70 lines
1.8 KiB
Diff
70 lines
1.8 KiB
Diff
From e82fb342a69f47923f2e504b7e7e2fff952dac98 Mon Sep 17 00:00:00 2001
|
|
From: Jernej Skrabec <jernej.skrabec@gmail.com>
|
|
Date: Sun, 9 May 2021 11:34:43 +0200
|
|
Subject: ARM: dts: sun8i: a83t: Enable hdmi sound card on boards with hdmi
|
|
|
|
Each board that has HDMI connector can also transmit audio through it.
|
|
Enable HDMI sound card on all A83t boards with HDMI connector.
|
|
|
|
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
|
|
---
|
|
arch/arm/boot/dts/allwinner/sun8i-a83t-bananapi-m3.dts | 8 ++++++++
|
|
.../arm/boot/dts/allwinner/sun8i-a83t-cubietruck-plus.dts | 8 ++++++++
|
|
2 files changed, 16 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/allwinner/sun8i-a83t-bananapi-m3.dts b/arch/arm/boot/dts/allwinner/sun8i-a83t-bananapi-m3.dts
|
|
index 32e811fa23e2..9a7117bca70d 100644
|
|
--- a/arch/arm/boot/dts/allwinner/sun8i-a83t-bananapi-m3.dts
|
|
+++ b/arch/arm/boot/dts/allwinner/sun8i-a83t-bananapi-m3.dts
|
|
@@ -162,6 +162,10 @@ hdmi_out_con: endpoint {
|
|
};
|
|
};
|
|
|
|
+&i2s2 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&mdio {
|
|
rgmii_phy: ethernet-phy@1 {
|
|
compatible = "ethernet-phy-ieee802.3-c22";
|
|
@@ -380,6 +384,10 @@ ®_sw {
|
|
regulator-name = "vcc-ephy";
|
|
};
|
|
|
|
+&sound_hdmi {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&uart0 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&uart0_pb_pins>;
|
|
diff --git a/arch/arm/boot/dts/allwinner/sun8i-a83t-cubietruck-plus.dts b/arch/arm/boot/dts/allwinner/sun8i-a83t-cubietruck-plus.dts
|
|
index d5e6ddaffbce..d4d834084b12 100644
|
|
--- a/arch/arm/boot/dts/allwinner/sun8i-a83t-cubietruck-plus.dts
|
|
+++ b/arch/arm/boot/dts/allwinner/sun8i-a83t-cubietruck-plus.dts
|
|
@@ -197,6 +197,10 @@ hdmi_out_con: endpoint {
|
|
};
|
|
};
|
|
|
|
+&i2s2 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&mdio {
|
|
rgmii_phy: ethernet-phy@1 {
|
|
compatible = "ethernet-phy-ieee802.3-c22";
|
|
@@ -417,6 +421,10 @@ ®_sw {
|
|
regulator-name = "vcc-wifi-io";
|
|
};
|
|
|
|
+&sound_hdmi {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&spdif {
|
|
status = "okay";
|
|
};
|
|
--
|
|
2.35.3
|
|
|