diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-11-15 20:29:47 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-17 20:47:22 +0100 |
commit | 43379417e31cadc7afba5ca549eaa1043f089ce5 (patch) | |
tree | dbbb3b62542db931f1d59b5c7c0cfca9589954f2 /arch/arm/boot/dts/s5pv210.dtsi | |
parent | ARM: dts: exynos: Drop incorrect use of io-channel-ranges (diff) | |
download | linux-43379417e31cadc7afba5ca549eaa1043f089ce5.tar.xz linux-43379417e31cadc7afba5ca549eaa1043f089ce5.zip |
ARM: dts: s5pv210: Drop incorrect use of io-channel-ranges property
This property is relevant to consumers of io-channels. Here it is
used by a provider.
dt-schema will now report and error as this property must be in the
same node as io-channels and it is not here.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20201115192951.1073632-6-jic23@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/s5pv210.dtsi')
-rw-r--r-- | arch/arm/boot/dts/s5pv210.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/s5pv210.dtsi b/arch/arm/boot/dts/s5pv210.dtsi index 2871351ab907..353ba7b09a0c 100644 --- a/arch/arm/boot/dts/s5pv210.dtsi +++ b/arch/arm/boot/dts/s5pv210.dtsi @@ -149,7 +149,6 @@ clocks = <&clocks CLK_TSADC>; clock-names = "adc"; #io-channel-cells = <1>; - io-channel-ranges; status = "disabled"; }; |