]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dt-bindings: iio: adc: adi,ad7606: fix dt_schema validation warning
authorAngelo Dureghello <adureghello@baylibre.com>
Mon, 26 May 2025 13:19:08 +0000 (15:19 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 29 Jun 2025 16:14:52 +0000 (17:14 +0100)
commit43d8c4a3a3c7caa7fcc01d1bb349920db7004266
tree594517521128a5277e1cb9c276d43cb4bc75ac0b
parent8d8d7c1dbc46aa07a76acab7336a42ddd900be10
dt-bindings: iio: adc: adi,ad7606: fix dt_schema validation warning

Fix following dt_schema warning when offload is used:

  DTC [C] arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7606.dtb
/home/angelo/dev-baylibre/linux-iio/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7606.dtb: adc@0: 'oneOf' conditional failed, one must be fixed:
'interrupts' is a required property
'io-backends' is a required property
from schema $id: http://devicetree.org/schemas/iio/adc/adi,ad7606.yaml#

There isn't any reason that we couldn't have interrupts wired up at the
same time we are using io-backends or SPI offload, so dropping off the
related "oneOf" block entirely.

Fixes: 81fe5529e812 ("dt-bindings: iio: adc: adi,ad7606: add SPI offload properties")
Signed-off-by: Angelo Dureghello <adureghello@baylibre.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20250526-wip-bl-ad7606-dtschema-fixes-v2-1-9bd56d039489@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml