Commit f74e9303 authored by Jonathan Cameron's avatar Jonathan Cameron Committed by Krzysztof Kozlowski
Browse files

arm64: dts: exynos: Drop incorrect use of io-channel-ranges property



This property is for consumers of io-channels. Here it is used in
providers of those channels.

Note dt-schema will currently flag this as an error due to a dependency
between this property and io-channels.

Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20201115192951.1073632-9-jic23@kernel.org


Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent d45d3621
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1450,7 +1450,6 @@
			clock-names = "adc";
			clocks = <&cmu_peric CLK_PCLK_ADCIF>;
			#io-channel-cells = <1>;
			io-channel-ranges;
			status = "disabled";
		};

+0 −1
Original line number Diff line number Diff line
@@ -562,7 +562,6 @@
			clocks = <&clock_peric0 PCLK_ADCIF>;
			clock-names = "adc";
			#io-channel-cells = <1>;
			io-channel-ranges;
			status = "disabled";
		};