Skip to content

Commit f4090e2

Browse files
rmurphy-armgregkh
authored andcommitted
Revert "arm64: dts: rockchip: add SPDIF audio to Beelink A1"
[ Upstream commit 03978cb ] This reverts commit bdc4d38. While Beelink A1 mostly follows the high-end RK3328 reference design, it does not in fact have the S/PDIF connector, only HDMI and a 3.5mm jack for the analog audio/TV codecs - the tiny form factor literally doesn't have room to fit more! Cc: Christian Hewitt <christianshewitt@gmail.com> Cc: Alex Bee <knaerzche@gmail.com> Fixes: bdc4d38 ("arm64: dts: rockchip: add SPDIF audio to Beelink A1") Signed-off-by: Robin Murphy <robin.murphy@arm.com> Link: https://patch.msgid.link/0af77a02c2b0806d4ca72066392a5453fcc89a8f.1767111968.git.robin.murphy@arm.com Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 3e33a67 commit f4090e2

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3328-a1.dts

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -58,24 +58,6 @@
5858
gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_LOW>;
5959
linux,rc-map-name = "rc-beelink-gs1";
6060
};
61-
62-
spdif_dit: spdif-dit {
63-
compatible = "linux,spdif-dit";
64-
#sound-dai-cells = <0>;
65-
};
66-
67-
spdif_sound: spdif-sound {
68-
compatible = "simple-audio-card";
69-
simple-audio-card,name = "SPDIF";
70-
71-
simple-audio-card,cpu {
72-
sound-dai = <&spdif>;
73-
};
74-
75-
simple-audio-card,codec {
76-
sound-dai = <&spdif_dit>;
77-
};
78-
};
7961
};
8062

8163
&analog_sound {
@@ -343,11 +325,6 @@
343325
status = "okay";
344326
};
345327

346-
&spdif {
347-
pinctrl-0 = <&spdifm0_tx>;
348-
status = "okay";
349-
};
350-
351328
&tsadc {
352329
rockchip,hw-tshut-mode = <0>;
353330
rockchip,hw-tshut-polarity = <0>;

0 commit comments

Comments
 (0)