diff options
Diffstat (limited to 'src/arm/dra71-evm.dts')
| -rw-r--r-- | src/arm/dra71-evm.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arm/dra71-evm.dts b/src/arm/dra71-evm.dts index 2b9a5a8d69adb..4d57a55473afd 100644 --- a/src/arm/dra71-evm.dts +++ b/src/arm/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>; |
