ARM: dts: exynos: Drop incorrect use of io-channel-ranges
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 15 Nov 2020 19:29:46 +0000 (19:29 +0000)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 17 Nov 2020 19:45:25 +0000 (20:45 +0100)
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>
arch/arm/boot/dts/exynos3250.dtsi
arch/arm/boot/dts/exynos4412.dtsi
arch/arm/boot/dts/exynos5250.dtsi
arch/arm/boot/dts/exynos54xx.dtsi

index c5390ca5a87d2ecec08294c7cb576cb3d411c768..77ab7193b9031d179465259f9cde31e0c4152263 100644 (file)
                        clock-names = "adc", "sclk";
                        clocks = <&cmu CLK_TSADC>, <&cmu CLK_SCLK_TSADC>;
                        #io-channel-cells = <1>;
-                       io-channel-ranges;
                        samsung,syscon-phandle = <&pmu_system_controller>;
                        status = "disabled";
                };
index 96a4b01bd71b4d64ecabff43b953bd70dd4d4edc..a142fe84010b5091706f4414c8651c13869f76c0 100644 (file)
                        clocks = <&clock CLK_TSADC>;
                        clock-names = "adc";
                        #io-channel-cells = <1>;
-                       io-channel-ranges;
                        samsung,syscon-phandle = <&pmu_system_controller>;
                        status = "disabled";
                };
index 1be1841c374f8b645e61fbf202905fd5aed8c7f7..2ea2caaca4e2020b2a9036d3c1276ec0982d6e6a 100644 (file)
                        clocks = <&clock CLK_ADC>;
                        clock-names = "adc";
                        #io-channel-cells = <1>;
-                       io-channel-ranges;
                        samsung,syscon-phandle = <&pmu_system_controller>;
                        status = "disabled";
                };
index 339243d19a80b587b67f754c7577a8771c6e9615..fe9d34c23374a8ed9c6a7ab3934b6153241af370 100644 (file)
                        reg = <0x12d10000 0x100>;
                        interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
                        #io-channel-cells = <1>;
-                       io-channel-ranges;
                        status = "disabled";
                };