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: ti,am3359-adc: add ti,am654-adc

Document the ti,am654-adc compatible already used in DTS:

arch/arm64/boot/dts/ti/k3-am642-evm.dtb: adc: compatible:0: 'ti,am654-adc' is not one of ['ti,am3359-adc', 'ti,am4372-adc']

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220727155203.320929-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Krzysztof Kozlowski and committed by
Jonathan Cameron
857f09f6 3d4b8291

+8 -3
+8 -3
Documentation/devicetree/bindings/iio/adc/ti,am3359-adc.yaml
··· 11 11 12 12 properties: 13 13 compatible: 14 - enum: 15 - - ti,am3359-adc 16 - - ti,am4372-adc 14 + oneOf: 15 + - enum: 16 + - ti,am3359-adc 17 + - ti,am4372-adc 18 + - items: 19 + - enum: 20 + - ti,am654-adc 21 + - const: ti,am3359-adc 17 22 18 23 '#io-channel-cells': 19 24 const: 1