diff options
author | Tony Lindgren <tony@atomide.com> | 2017-02-28 17:46:30 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-02-28 17:46:30 +0100 |
commit | 1bd49882d78a9b976fe7380ec1bdeb454d68a358 (patch) | |
tree | c4a296bce07fe871c89d84ae66ac4bb53af29346 /arch/arm/boot/dts/dra71-evm.dts | |
parent | ARM: omap2plus_defconfig: Enable INPUT_MOUSEDEV as loadable modules (diff) | |
parent | ARM: dts: am335x-pcm953: Fix legacy wakeup source binding (diff) | |
download | linux-1bd49882d78a9b976fe7380ec1bdeb454d68a358.tar.xz linux-1bd49882d78a9b976fe7380ec1bdeb454d68a358.zip |
Merge branch 'gpio-key-wakeup-fix' into omap-for-v4.11/fixes
Diffstat (limited to 'arch/arm/boot/dts/dra71-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/dra71-evm.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra71-evm.dts b/arch/arm/boot/dts/dra71-evm.dts index 2b9a5a8d69ad..4d57a55473af 100644 --- a/arch/arm/boot/dts/dra71-evm.dts +++ b/arch/arm/boot/dts/dra71-evm.dts @@ -138,6 +138,11 @@ }; }; +&pcf_lcd { + interrupt-parent = <&gpio7>; + interrupts = <31 IRQ_TYPE_EDGE_FALLING>; +}; + &pcf_gpio_21 { interrupt-parent = <&gpio7>; interrupts = <31 IRQ_TYPE_EDGE_FALLING>; |