Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jonathan Cameron and committed by
Krzysztof Kozlowski
43379417 e73840f3

-1
-1
arch/arm/boot/dts/s5pv210.dtsi
··· 149 149 clocks = <&clocks CLK_TSADC>; 150 150 clock-names = "adc"; 151 151 #io-channel-cells = <1>; 152 - io-channel-ranges; 153 152 status = "disabled"; 154 153 }; 155 154