* [PATCH 1/2] arm64: dts: rockchip: enable hdmi tx audio on rk3568-evb1-v10
@ 2022-06-14 23:03 Michael Riesch
2022-06-14 23:03 ` [PATCH 2/2] arm64: dts: rockchip: enable hdmi tx audio on rock-3a Michael Riesch
2022-07-04 15:08 ` [PATCH 1/2] arm64: dts: rockchip: enable hdmi tx audio on rk3568-evb1-v10 Heiko Stuebner
0 siblings, 2 replies; 3+ messages in thread
From: Michael Riesch @ 2022-06-14 23:03 UTC (permalink / raw)
To: devicetree, linux-arm-kernel, linux-rockchip, linux-kernel
Cc: Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, Liang Chen,
Michael Riesch
Enable the I2S0 controller and the hdmi-sound node on the Rockchip
RK3568 EVB1.
Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
---
arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts b/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts
index 777b1615bd08..6ff89ff95ad1 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-evb1-v10.dts
@@ -239,6 +239,10 @@ hdmi_out_con: endpoint {
};
};
+&hdmi_sound {
+ status = "okay";
+};
+
&i2c0 {
status = "okay";
@@ -496,6 +500,10 @@ touchscreen0: goodix@14 {
};
};
+&i2s0_8ch {
+ status = "okay";
+};
+
&i2s1_8ch {
rockchip,trcm-sync-tx-only;
status = "okay";
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 2/2] arm64: dts: rockchip: enable hdmi tx audio on rock-3a
2022-06-14 23:03 [PATCH 1/2] arm64: dts: rockchip: enable hdmi tx audio on rk3568-evb1-v10 Michael Riesch
@ 2022-06-14 23:03 ` Michael Riesch
2022-07-04 15:08 ` [PATCH 1/2] arm64: dts: rockchip: enable hdmi tx audio on rk3568-evb1-v10 Heiko Stuebner
1 sibling, 0 replies; 3+ messages in thread
From: Michael Riesch @ 2022-06-14 23:03 UTC (permalink / raw)
To: devicetree, linux-arm-kernel, linux-rockchip, linux-kernel
Cc: Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, Liang Chen,
Michael Riesch
Enable the I2S0 controller and the hdmi-sound node on the Radxa
ROCK3 Model A.
Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
---
arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
index da2ef705ce29..6b5093a1a6cf 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts
@@ -196,6 +196,10 @@ hdmi_out_con: endpoint {
};
};
+&hdmi_sound {
+ status = "okay";
+};
+
&i2c0 {
status = "okay";
@@ -436,6 +440,10 @@ codec {
};
};
+&i2s0_8ch {
+ status = "okay";
+};
+
&i2s1_8ch {
rockchip,trcm-sync-tx-only;
status = "okay";
--
2.30.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/2] arm64: dts: rockchip: enable hdmi tx audio on rk3568-evb1-v10
2022-06-14 23:03 [PATCH 1/2] arm64: dts: rockchip: enable hdmi tx audio on rk3568-evb1-v10 Michael Riesch
2022-06-14 23:03 ` [PATCH 2/2] arm64: dts: rockchip: enable hdmi tx audio on rock-3a Michael Riesch
@ 2022-07-04 15:08 ` Heiko Stuebner
1 sibling, 0 replies; 3+ messages in thread
From: Heiko Stuebner @ 2022-07-04 15:08 UTC (permalink / raw)
To: linux-arm-kernel, linux-rockchip, devicetree, linux-kernel,
Michael Riesch
Cc: Heiko Stuebner, Liang Chen, Rob Herring, Krzysztof Kozlowski
On Wed, 15 Jun 2022 01:03:53 +0200, Michael Riesch wrote:
> Enable the I2S0 controller and the hdmi-sound node on the Rockchip
> RK3568 EVB1.
Applied, thanks!
[1/2] arm64: dts: rockchip: enable hdmi tx audio on rk3568-evb1-v10
commit: ea452bc0e6cc571165649d4a80300f7e8891877c
[2/2] arm64: dts: rockchip: enable hdmi tx audio on rock-3a
commit: 9eee552fd8c45ca3628317bc458d8ff9cd670fc4
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-04 15:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-14 23:03 [PATCH 1/2] arm64: dts: rockchip: enable hdmi tx audio on rk3568-evb1-v10 Michael Riesch
2022-06-14 23:03 ` [PATCH 2/2] arm64: dts: rockchip: enable hdmi tx audio on rock-3a Michael Riesch
2022-07-04 15:08 ` [PATCH 1/2] arm64: dts: rockchip: enable hdmi tx audio on rk3568-evb1-v10 Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).