mbox series

[0/2] Add ADC support to Renesas RZ/V2L SoC

Message ID 20220224125843.29733-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Add ADC support to Renesas RZ/V2L SoC | expand

Message

Lad Prabhakar Feb. 24, 2022, 12:58 p.m. UTC
Hi All,

This patch series adds ADC support to Renesas RZ/V2L SoC.

Note, as the RZ/V2L SMARC EVK uses the common dts by default the
adc will be enabled on the SMARC EVK. Right now the RZG2L_ADC config
is only enabled for ARCH_R9A07G044 SoC once patch [0] hits upstream
the Kconfig dependency will be changed to ARCH_RZG2L so that it can
be enabled on all the compatible SoC's.

[0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/
20220224092114.25737-1-prabhakar.mahadev-lad.rj@bp.renesas.com/

Cheers,
Prabhakar

Lad Prabhakar (2):
  dt-bindings: iio: adc: renesas,rzg2l-adc: Document RZ/V2L SoC
  arm64: dts: renesas: r9a07g054: Fillup the ADC stub node

 .../bindings/iio/adc/renesas,rzg2l-adc.yaml   |  3 +-
 arch/arm64/boot/dts/renesas/r9a07g054.dtsi    | 39 ++++++++++++++++++-
 2 files changed, 40 insertions(+), 2 deletions(-)