mbox series

[0/2] Add RK3128's sound nodes

Message ID 20240506155103.206592-1-knaerzche@gmail.com (mailing list archive)
Headers show
Series Add RK3128's sound nodes | expand

Message

Alex Bee May 6, 2024, 3:51 p.m. UTC
RK3128 has two I2S, and one S/PDIF controller. They are already supported
by the drivers and covered by the bindings. All it needs to make use of
them is exposing them in the SoC device tree.

Alex Bee (2):
  ARM: dts: rockchip: Add i2s nodes for RK3128
  ARM: dts: rockchip: Add spdif node for RK3128

 arch/arm/boot/dts/rockchip/rk3128.dtsi | 41 ++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

Comments

Heiko Stübner June 8, 2024, 3:17 p.m. UTC | #1
On Mon, 6 May 2024 17:51:01 +0200, Alex Bee wrote:
> RK3128 has two I2S, and one S/PDIF controller. They are already supported
> by the drivers and covered by the bindings. All it needs to make use of
> them is exposing them in the SoC device tree.
> 
> Alex Bee (2):
>   ARM: dts: rockchip: Add i2s nodes for RK3128
>   ARM: dts: rockchip: Add spdif node for RK3128
> 
> [...]

Applied, thanks!

[1/2] ARM: dts: rockchip: Add i2s nodes for RK3128
      commit: 760e49dc6cee85994f7ece74f7145887ea7b64ca
[2/2] ARM: dts: rockchip: Add spdif node for RK3128
      commit: a6b661c2a38a92b7de826f74e57596fe33fe17fa

Best regards,