arm64: dts: exynos: Drop incorrect use of io-channel-ranges property
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 15 Nov 2020 19:29:50 +0000 (19:29 +0000)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 17 Nov 2020 19:47:55 +0000 (20:47 +0100)
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: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20201115192951.1073632-9-jic23@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm64/boot/dts/exynos/exynos5433.dtsi
arch/arm64/boot/dts/exynos/exynos7.dtsi

index dae44be09a0906d6ac0331c9b1583b36c422460d..6433f9ee35e19b4cfd19f6b1f6d191f5a794e5f2 100644 (file)
                        clock-names = "adc";
                        clocks = <&cmu_peric CLK_PCLK_ADCIF>;
                        #io-channel-cells = <1>;
-                       io-channel-ranges;
                        status = "disabled";
                };
 
index 661f9c1027e8b1fc86746f74ad273057df390801..10244e59d56dd5bf84b59dfab6640f07d49ea256 100644 (file)
                        clocks = <&clock_peric0 PCLK_ADCIF>;
                        clock-names = "adc";
                        #io-channel-cells = <1>;
-                       io-channel-ranges;
                        status = "disabled";
                };