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:samsung, exynos-adc: drop missuse of io-channel-ranges

io-channel-ranges is a property for consumers of io-channels, not
providers. Hence it is not relevant in this binding or the examples
given.

Recent changes to dt-schema result in this being reported as an error
as a dependency is enforced between this property and io-channels.

Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201115192951.1073632-3-jic23@kernel.org

-4
-4
Documentation/devicetree/bindings/iio/adc/samsung,exynos-adc.yaml
··· 49 49 "#io-channel-cells": 50 50 const: 1 51 51 52 - io-channel-ranges: true 53 - 54 52 vdd-supply: true 55 53 56 54 samsung,syscon-phandle: ··· 128 130 reg = <0x12d10000 0x100>; 129 131 interrupts = <0 106 0>; 130 132 #io-channel-cells = <1>; 131 - io-channel-ranges; 132 133 133 134 clocks = <&clock 303>; 134 135 clock-names = "adc"; ··· 153 156 reg = <0x126C0000 0x100>; 154 157 interrupts = <0 137 0>; 155 158 #io-channel-cells = <1>; 156 - io-channel-ranges; 157 159 158 160 clocks = <&cmu CLK_TSADC>, 159 161 <&cmu CLK_SCLK_TSADC>;