Commit 6d90c9a9 authored by Jonathan Cameron's avatar Jonathan Cameron

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: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201115192951.1073632-3-jic23@kernel.org
parent 044b32fa
...@@ -49,8 +49,6 @@ properties: ...@@ -49,8 +49,6 @@ properties:
"#io-channel-cells": "#io-channel-cells":
const: 1 const: 1
io-channel-ranges: true
vdd-supply: true vdd-supply: true
samsung,syscon-phandle: samsung,syscon-phandle:
...@@ -130,7 +128,6 @@ examples: ...@@ -130,7 +128,6 @@ examples:
reg = <0x12d10000 0x100>; reg = <0x12d10000 0x100>;
interrupts = <0 106 0>; interrupts = <0 106 0>;
#io-channel-cells = <1>; #io-channel-cells = <1>;
io-channel-ranges;
clocks = <&clock 303>; clocks = <&clock 303>;
clock-names = "adc"; clock-names = "adc";
...@@ -156,7 +153,6 @@ examples: ...@@ -156,7 +153,6 @@ examples:
reg = <0x126C0000 0x100>; reg = <0x126C0000 0x100>;
interrupts = <0 137 0>; interrupts = <0 137 0>;
#io-channel-cells = <1>; #io-channel-cells = <1>;
io-channel-ranges;
clocks = <&cmu CLK_TSADC>, clocks = <&cmu CLK_TSADC>,
<&cmu CLK_SCLK_TSADC>; <&cmu CLK_SCLK_TSADC>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment