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

dt-bindings: iio: adc: rtq6056: add support for the whole RTQ6056 family

Add compatible support for RTQ6053 and RTQ6059.

Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/c1abb261bb00846f456eb8fe9b5919f59f287c24.1704676198.git.cy_huang@richtek.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

ChiYuan Huang and committed by
Jonathan Cameron
41b5684e 82cc6318

+8 -1
+8 -1
Documentation/devicetree/bindings/iio/adc/richtek,rtq6056.yaml
··· 25 25 26 26 properties: 27 27 compatible: 28 - const: richtek,rtq6056 28 + oneOf: 29 + - enum: 30 + - richtek,rtq6056 31 + - richtek,rtq6059 32 + - items: 33 + - enum: 34 + - richtek,rtq6053 35 + - const: richtek,rtq6056 29 36 30 37 reg: 31 38 maxItems: 1