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 dae44be..6433f9e 100644 (file)
                        clock-names = "adc";
                        clocks = <&cmu_peric CLK_PCLK_ADCIF>;
                        #io-channel-cells = <1>;
-                       io-channel-ranges;
                        status = "disabled";
                };
 
index 661f9c1..10244e5 100644 (file)
                        clocks = <&clock_peric0 PCLK_ADCIF>;
                        clock-names = "adc";
                        #io-channel-cells = <1>;
-                       io-channel-ranges;
                        status = "disabled";
                };