mbox series

[0/2] ARM: dts: sun8i: r40: Add I2S nodes

Message ID 20210912072914.398419-1-jernej.skrabec@gmail.com (mailing list archive)
Headers show
Series ARM: dts: sun8i: r40: Add I2S nodes | expand

Message

Jernej Škrabec Sept. 12, 2021, 7:29 a.m. UTC
Allwinner R40 has 3 I2S controllers, compatible to those in H3.

Patch 1 adds R40/H3 compatible pair to DT bindings.
Patch 2 adds I2S nodes to R40 DT.

Please take a look.

Best regards,
Jernej

Jernej Skrabec (2):
  dt-bindings: sound: sun4i-i2s: add Allwinner R40 I2S compatible
  ARM: dts: sun8i: r40: Add I2S nodes

 .../sound/allwinner,sun4i-a10-i2s.yaml        |  3 ++
 arch/arm/boot/dts/sun8i-r40.dtsi              | 39 +++++++++++++++++++
 2 files changed, 42 insertions(+)

Comments

Maxime Ripard Sept. 13, 2021, 7:16 a.m. UTC | #1
On Sun, Sep 12, 2021 at 09:29:12AM +0200, Jernej Skrabec wrote:
> Allwinner R40 has 3 I2S controllers, compatible to those in H3.
> 
> Patch 1 adds R40/H3 compatible pair to DT bindings.
> Patch 2 adds I2S nodes to R40 DT.
> 
> Please take a look.
> 
> Best regards,
> Jernej

Applied, thanks
Maxime