diff options
author | 2015-11-24 22:32:23 +0100 | |
---|---|---|
committer | 2015-11-25 09:31:27 +0900 | |
commit | 369d4933db6a515b90d153767159918845eb4f5f (patch) | |
tree | 9f943725ca9e15722d953c3158f3b0b52480ca31 | |
parent | ARM: shmobile: r8a7791: remove deprecated #gpio-range-cells from dtsi (diff) | |
download | linux-dev-369d4933db6a515b90d153767159918845eb4f5f.tar.xz linux-dev-369d4933db6a515b90d153767159918845eb4f5f.zip |
ARM: shmobile: r8a7794: remove deprecated #gpio-range-cells from dtsi
Commit a1bc260bb5f5d9 ("gpio: clean up gpio-ranges documentation")
declares the above property deprecated. That was more than 2 years ago.
Remove it, so it doesn't get copied around needlessly.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7794.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi index 57d188c2bf6d..89e914f2a2cf 100644 --- a/arch/arm/boot/dts/r8a7794.dtsi +++ b/arch/arm/boot/dts/r8a7794.dtsi @@ -217,7 +217,6 @@ pfc: pin-controller@e6060000 { compatible = "renesas,pfc-r8a7794"; reg = <0 0xe6060000 0 0x11c>; - #gpio-range-cells = <3>; }; dmac0: dma-controller@e6700000 { |