diff options
author | Vignesh R <vigneshr@ti.com> | 2015-11-26 11:31:26 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-01 21:31:10 +0300 |
commit | 317d15679a5e8f970159153111467d361d8944d6 (patch) | |
tree | 4c44828c9ebea6a49a97d373872bec254897b8d4 /arch/arm/boot | |
parent | e05edea4aa21eb23e712802f63f57fb2c4781c1b (diff) | |
download | linux-317d15679a5e8f970159153111467d361d8944d6.tar.xz |
ARM: dts: dra72-evm: Mark uart1 rxd as wakeup capable
Uart1 rxd is wakeup capable on DRA72 EVM. Hence, mark rxd line as
wakeup capable. This is similar to commit 66b0436977e2c ("ARM: dts:
dra7-evm: Mark uart1 rxd as wakeup capable") for DRA74 EVM.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/dra72-evm.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra72-evm.dts b/arch/arm/boot/dts/dra72-evm.dts index e5cc5d307f97..ae3502a0267d 100644 --- a/arch/arm/boot/dts/dra72-evm.dts +++ b/arch/arm/boot/dts/dra72-evm.dts @@ -478,6 +478,8 @@ &uart1 { status = "okay"; + interrupts-extended = <&crossbar_mpu GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>, + <&dra7_pmx_core 0x3e0>; }; &elm { |