mbox series

[0/2] meson-saradc: add support for the Meson8m2 SoC

Message ID 20180721194049.23265-1-martin.blumenstingl@googlemail.com (mailing list archive)
Headers show
Series meson-saradc: add support for the Meson8m2 SoC | expand

Message

Martin Blumenstingl July 21, 2018, 7:40 p.m. UTC
This is a trivial series which adds Meson8m2 support to the Meson
SAR ADC driver.
A separate compatible string is required because typically Meson8m2
inherits all IP blocks from Meson8. The ADC part of the SAR ADC is
indeed compatible, but the temperature calibration logic (not
supported yet, but I am working on this) is incompatible with
the Meson8 implementation (instead it uses the same variant as
Meson8m2).


Martin Blumenstingl (2):
  dt-bindings: iio: adc: add Meson8m2 support
  iio: adc: meson-saradc: add support for the Meson8m2 SoCs

 .../devicetree/bindings/iio/adc/amlogic,meson-saradc.txt | 1 +
 drivers/iio/adc/meson_saradc.c                           | 9 +++++++++
 2 files changed, 10 insertions(+)