diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-11-15 19:29:46 +0000 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-17 20:45:25 +0100 |
commit | e73840f316cbf9df00893c0ef9f734196087403d (patch) | |
tree | 2f47cf83e67bbb98096b78aeabd822ab4ed56f5b /arch/arm/boot/dts/exynos54xx.dtsi | |
parent | f48b5050c301f7235ef61d8cbbbf0410a5e0245f (diff) | |
download | linux-stable-e73840f316cbf9df00893c0ef9f734196087403d.tar.gz linux-stable-e73840f316cbf9df00893c0ef9f734196087403d.tar.bz2 linux-stable-e73840f316cbf9df00893c0ef9f734196087403d.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos54xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos54xx.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos54xx.dtsi b/arch/arm/boot/dts/exynos54xx.dtsi index 339243d19a80..fe9d34c23374 100644 --- a/arch/arm/boot/dts/exynos54xx.dtsi +++ b/arch/arm/boot/dts/exynos54xx.dtsi @@ -101,7 +101,6 @@ reg = <0x12d10000 0x100>; interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>; #io-channel-cells = <1>; - io-channel-ranges; status = "disabled"; }; |