[PATCH 0/2] Add SPDIF support to RK3576

Sebastian Reichel posted 2 patches 3 weeks ago
.../devicetree/bindings/sound/rockchip-spdif.yaml  |  1 +
arch/arm64/boot/dts/rockchip/rk3576.dtsi           | 82 ++++++++++++++++++++++
2 files changed, 83 insertions(+)
[PATCH 0/2] Add SPDIF support to RK3576
Posted by Sebastian Reichel 3 weeks ago
Add SPDIF support on RK3576 in preparation for Displayport audio
support. My expectation is that Mark picks up the DT binding via
his audio tree and Heiko picks up the DTS via the Rockchip tree.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
---
Sebastian Reichel (2):
      dt-bindings: ASoC: rockchip: Add compatible for RK3576 SPDIF
      arm64: dts: rockchip: Add SPDIF nodes to RK3576 device tree

 .../devicetree/bindings/sound/rockchip-spdif.yaml  |  1 +
 arch/arm64/boot/dts/rockchip/rk3576.dtsi           | 82 ++++++++++++++++++++++
 2 files changed, 83 insertions(+)
---
base-commit: 74b04802e23d970099c522b711b0d94e9a29dd74
change-id: 20260316-rk3576-spdif-7017f2bebf56

Best regards,
-- 
Sebastian Reichel <sebastian.reichel@collabora.com>
Re: (subset) [PATCH 0/2] Add SPDIF support to RK3576
Posted by Heiko Stuebner 1 week, 6 days ago
On Mon, 16 Mar 2026 19:22:59 +0100, Sebastian Reichel wrote:
> Add SPDIF support on RK3576 in preparation for Displayport audio
> support. My expectation is that Mark picks up the DT binding via
> his audio tree and Heiko picks up the DTS via the Rockchip tree.
> 
> 

Applied, thanks!

[2/2] arm64: dts: rockchip: Add SPDIF nodes to RK3576 device tree
      commit: edd3173f3d4424861c1e036b76f0f30b581bb4bc

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>
Re: (subset) [PATCH 0/2] Add SPDIF support to RK3576
Posted by Mark Brown 2 weeks, 6 days ago
On Mon, 16 Mar 2026 19:22:59 +0100, Sebastian Reichel wrote:
> Add SPDIF support to RK3576
> 
> Add SPDIF support on RK3576 in preparation for Displayport audio
> support. My expectation is that Mark picks up the DT binding via
> his audio tree and Heiko picks up the DTS via the Rockchip tree.
> 
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.0

Thanks!

[1/2] dt-bindings: ASoC: rockchip: Add compatible for RK3576 SPDIF
      https://git.kernel.org/broonie/sound/c/4eae391a8e4c

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark