From ef8d344baeafe0f4563f35ad0dccb0e688415e0c Mon Sep 17 00:00:00 2001 From: Jacob Chen Date: Fri, 9 Dec 2016 14:43:22 +0800 Subject: [PATCH] UPSTREAM: ARM: dts: rockchip: add interrupt for Wake-on-Lan on RK3288 In order to use Wake-on-Lan on RK3288 integrated MAC, we need to wake-up the CPU on the PMT interrupt when the MAC and the PHY are in low power mode. Adding the interrupt declaration. Signed-off-by: Vincent Palatin Signed-off-by: David S. Miller Change-Id: Iec2637cc0448b6d93b895ca8f4176bab0a1f2dfb (cherry picked from commit d5bfbeb80973010dc87c82dc56f66e99c3e8c4da) Signed-off-by: Jacob Chen --- arch/arm/boot/dts/rk3288.dtsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index a1b0c4067167..01c01979fa81 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -545,8 +545,9 @@ gmac: ethernet@ff290000 { compatible = "rockchip,rk3288-gmac"; reg = <0xff290000 0x10000>; - interrupts = ; - interrupt-names = "macirq"; + interrupts = , + ; + interrupt-names = "macirq", "eth_wake_irq"; rockchip,grf = <&grf>; clocks = <&cru SCLK_MAC>, <&cru SCLK_MAC_RX>, <&cru SCLK_MAC_TX>, -- 2.34.1