diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-11-15 22:29:50 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-17 22:47:55 +0300 |
commit | f74e93032df229a8358617e586ba89f744d5dbcd (patch) | |
tree | 232b0f609582cc6a4837ec4841857bde6b99acea /arch/arm64/boot/dts/exynos/exynos5433.dtsi | |
parent | d45d3621d679ce74b555bc79bab9055b6f7edb61 (diff) | |
download | linux-f74e93032df229a8358617e586ba89f744d5dbcd.tar.xz |
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: 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>
Diffstat (limited to 'arch/arm64/boot/dts/exynos/exynos5433.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos5433.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi index dae44be09a09..6433f9ee35e1 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi @@ -1450,7 +1450,6 @@ clock-names = "adc"; clocks = <&cmu_peric CLK_PCLK_ADCIF>; #io-channel-cells = <1>; - io-channel-ranges; status = "disabled"; }; |