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

ARM: dts: exynos: Drop incorrect use of io-channel-ranges

This property is only relevant to consumers of io-channels, not providers.
All these dtsi files have it alongside #io-channel-cells which indicates
they are providers of io-channels, not consumers.

Note that dt-schema will now flag this up due to a dependency between
this property and io-channels.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20201115192951.1073632-5-jic23@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

authored by

Jonathan Cameron and committed by
Krzysztof Kozlowski
e73840f3 f48b5050

-4
-1
arch/arm/boot/dts/exynos3250.dtsi
··· 439 439 clock-names = "adc", "sclk"; 440 440 clocks = <&cmu CLK_TSADC>, <&cmu CLK_SCLK_TSADC>; 441 441 #io-channel-cells = <1>; 442 - io-channel-ranges; 443 442 samsung,syscon-phandle = <&pmu_system_controller>; 444 443 status = "disabled"; 445 444 };
-1
arch/arm/boot/dts/exynos4412.dtsi
··· 274 274 clocks = <&clock CLK_TSADC>; 275 275 clock-names = "adc"; 276 276 #io-channel-cells = <1>; 277 - io-channel-ranges; 278 277 samsung,syscon-phandle = <&pmu_system_controller>; 279 278 status = "disabled"; 280 279 };
-1
arch/arm/boot/dts/exynos5250.dtsi
··· 844 844 clocks = <&clock CLK_ADC>; 845 845 clock-names = "adc"; 846 846 #io-channel-cells = <1>; 847 - io-channel-ranges; 848 847 samsung,syscon-phandle = <&pmu_system_controller>; 849 848 status = "disabled"; 850 849 };
-1
arch/arm/boot/dts/exynos54xx.dtsi
··· 101 101 reg = <0x12d10000 0x100>; 102 102 interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>; 103 103 #io-channel-cells = <1>; 104 - io-channel-ranges; 105 104 status = "disabled"; 106 105 }; 107 106