diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-02-28 23:44:31 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2020-02-29 14:14:08 +0100 |
commit | 1c880f23248c71a34ee07e1f854d5b6167c85f2d (patch) | |
tree | 635e7b7e3e754dd9ff17890762ee602ad7e27698 /target/linux/apm821xx | |
parent | 632a7b29972f0176fb621090e2bbab46a710a24c (diff) | |
download | upstream-1c880f23248c71a34ee07e1f854d5b6167c85f2d.tar.gz upstream-1c880f23248c71a34ee07e1f854d5b6167c85f2d.tar.bz2 upstream-1c880f23248c71a34ee07e1f854d5b6167c85f2d.zip |
apm821xx: remove gpio-interrupt cruft
This hunk became obsolete the moment when our
gpio-button-hotplug learned how to deal with
interrupt-supported gpio buttons. The gpio driver
never supported interrupt handling, so these
properties never served any use (outside of a
enhanced ppc4xx-gpio driver that was dropped).
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx')
-rw-r--r-- | target/linux/apm821xx/dts/netgear-wndr4700.dts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/apm821xx/dts/netgear-wndr4700.dts b/target/linux/apm821xx/dts/netgear-wndr4700.dts index d7d0f68a14..24603c4247 100644 --- a/target/linux/apm821xx/dts/netgear-wndr4700.dts +++ b/target/linux/apm821xx/dts/netgear-wndr4700.dts @@ -244,12 +244,6 @@ &GPIO0 { status = "okay"; - #interrupt-cells = <2>; - interrupt-controller; - interrupts-extended = <&UIC1 0x14>, - <&UIC1 0x1e>, - <&UIC1 0x1f>, - <&UIC2 0x19>; }; &IIC0 { |