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: Allow interrupts property for AST2600

The device has interrupts allocated according to the datasheet, and
the devicetree already defines the interrupt property. Address existing
warnings by allowing the property.

Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Andrew Jeffery and committed by
Jonathan Cameron
6fa9eb81 b8c7340e

+3
+3
Documentation/devicetree/bindings/iio/adc/aspeed,ast2600-adc.yaml
··· 44 44 Input clock used to derive the sample clock. Expected to be the 45 45 SoC's APB clock. 46 46 47 + interrupts: 48 + maxItems: 1 49 + 47 50 resets: 48 51 maxItems: 1 49 52