[PATCH v2 1/3] dt-bindings: iio: stm32-adc: add support for STM32MP1
From: jic23@kernel.org (Jonathan Cameron)
Date: 2018-05-07 17:20:37
Also in:
linux-devicetree, linux-iio, lkml
From: jic23@kernel.org (Jonathan Cameron)
Date: 2018-05-07 17:20:37
Also in:
linux-devicetree, linux-iio, lkml
On Mon, 7 May 2018 11:28:31 -0500 Rob Herring [off-list ref] wrote:
On Wed, May 02, 2018 at 09:44:49AM +0200, Fabrice Gasnier wrote:quoted
Document support for STM32MP1 ADC. It's quite similar to STM32H7 ADC. Introduce "st,stm32mp1-adc" compatible to handle variants of this hardware such as vregready flag, interrupts, clock rate. Signed-off-by: Fabrice Gasnier <redacted> --- Changes in v2: - Update dt-bindings following Rob's remark: STM32MP1 ADC has two interrupt lines --- Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)Reviewed-by: Rob Herring <robh@kernel.org>
Thanks. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Jonathan