Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: iio: adc: Add GPADC for Allwinner H616

Add support for the GPADC for the Allwinner H616. It is identical to
the existing ADC for the D1/T113s/R329/T507 SoCs.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20240417170423.20640-3-macroalpha82@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Chris Morgan and committed by
Jonathan Cameron
499eb311 62d3fb9d

+7 -2
+7 -2
Documentation/devicetree/bindings/iio/adc/allwinner,sun20i-d1-gpadc.yaml
··· 11 11 12 12 properties: 13 13 compatible: 14 - enum: 15 - - allwinner,sun20i-d1-gpadc 14 + oneOf: 15 + - enum: 16 + - allwinner,sun20i-d1-gpadc 17 + - items: 18 + - enum: 19 + - allwinner,sun50i-h616-gpadc 20 + - const: allwinner,sun20i-d1-gpadc 16 21 17 22 "#io-channel-cells": 18 23 const: 1