mbox series

[v3,0/3] Add Audio and USB support

Message ID 20220429072400.23729-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Add Audio and USB support | expand

Message

Biju Das April 29, 2022, 7:23 a.m. UTC
This patch series aims to add support for Audio and USB on RZ/G2UL SMARC EVK.

This patch series depend upon [1]
[1] https://lore.kernel.org/linux-renesas-soc/20220425095244.156720-1-biju.das.jz@bp.renesas.com/T/#t

v2->v3:
 * Removed the guard for cpu_dai node.
 * Fixed typo in commit description RZ/G2{L,LC}->RZ/G2UL.
v1>v2:
 * Dropped patches except patch8,9 and 10 as others are queued for 5.19.
 * Fixed commit description
 * started using cpu_dai node instead of snd_rzg2l in board dtsi.
 * Fixed the code comment related to USB1 OVC and VBUS.

Biju Das (3):
  arm64: dts: renesas: rzg2l-smarc: Move ssi0 and cpu sound_dai nodes
    from common dtsi
  arm64: dts: renesas: rzg2ul-smarc: Enable Audio
  arm64: dts: renesas: rzg2ul-smarc: Enable USB2.0 support

 .../boot/dts/renesas/r9a07g043u11-smarc.dts   | 52 -------------------
 .../boot/dts/renesas/rz-smarc-common.dtsi     |  8 ---
 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi  | 11 ++++
 arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 11 ++++
 .../dts/renesas/rzg2ul-smarc-pinfunction.dtsi | 18 +++++++
 arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi | 23 ++++++++
 6 files changed, 63 insertions(+), 60 deletions(-)