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: adi,ad7292: Fix additionalProperties on channel nodes

"additionalProperties: true" is only for incomplete schemas such as bus
child nodes in a bus's schema. That doesn't apply to the "channel" nodes
in the adi,ad7292 binding, so fix additionalProperties to be false.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
Link: https://lore.kernel.org/r/20230926164357.100325-1-robh@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Rob Herring and committed by
Jonathan Cameron
87b9a0e3 7e7dcab6

+1 -1
+1 -1
Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
··· 61 61 required: 62 62 - reg 63 63 64 - additionalProperties: true 64 + additionalProperties: false 65 65 66 66 allOf: 67 67 - $ref: /schemas/spi/spi-peripheral-props.yaml#