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: npcm: Add npcm845 compatible string

Add a compatible string for Nuvoton BMC NPCM845 ADC.

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220713132640.215916-2-tmaimon77@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Tomer Maimon and committed by
Jonathan Cameron
f0b4913a 0b4ae3f6

+5 -2
+5 -2
Documentation/devicetree/bindings/iio/adc/nuvoton,npcm750-adc.yaml
··· 10 10 - Tomer Maimon <tmaimon77@gmail.com> 11 11 12 12 description: 13 - The NPCM ADC is a 10-bit converter for eight channel inputs. 13 + The NPCM7XX ADC is a 10-bit converter and NPCM8XX ADC is a 12-bit converter, 14 + both have eight channel inputs. 14 15 15 16 properties: 16 17 compatible: 17 - const: nuvoton,npcm750-adc 18 + enum: 19 + - nuvoton,npcm750-adc 20 + - nuvoton,npcm845-adc 18 21 19 22 reg: 20 23 maxItems: 1