Message ID | 1445422216-29375-18-git-send-email-sudeep.holla@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 21/10/15 11:10, Sudeep Holla wrote: > Though the driver will continue to check for and support the legacy > "isil,irq2-can-wakeup-machine" boolean property to wakeup source, > "wakeup-source" is the new standard binding. > > This patch replaces the legacy "isil,irq2-can-wakeup-machine" with the > unified "wakeup-source" property in order to avoid any futher copy-paste > duplication. > > Cc: Jason Cooper <jason@lakedaemon.net> > Cc: Andrew Lunn <andrew@lunn.ch> > Cc: Gregory Clement <gregory.clement@free-electrons.com> > Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> > Ping, do you prefer taking via your tree or should I send to armsoc directly ?
Hi Sudeep, On mar., déc. 15 2015, Sudeep Holla <sudeep.holla@arm.com> wrote: > On 21/10/15 11:10, Sudeep Holla wrote: >> Though the driver will continue to check for and support the legacy >> "isil,irq2-can-wakeup-machine" boolean property to wakeup source, >> "wakeup-source" is the new standard binding. >> >> This patch replaces the legacy "isil,irq2-can-wakeup-machine" with the >> unified "wakeup-source" property in order to avoid any futher copy-paste >> duplication. >> >> Cc: Jason Cooper <jason@lakedaemon.net> >> Cc: Andrew Lunn <andrew@lunn.ch> >> Cc: Gregory Clement <gregory.clement@free-electrons.com> >> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> >> > > Ping, do you prefer taking via your tree or should I send to armsoc > directly ? Sorry for the delay it was in my inbox since too many time. I didn't get the time to check it. This looks ok for me, so I've just applied it on mvebu/dt, Thanks, Gregory > > -- > Regards, > Sudeep
diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts index a31207860f34..6012c8ff778e 100644 --- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts +++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts @@ -120,7 +120,7 @@ isl12057: isl12057@68 { compatible = "isil,isl12057"; reg = <0x68>; - isil,irq2-can-wakeup-machine; + wakeup-source; }; g762: g762@3e { diff --git a/arch/arm/boot/dts/armada-370-netgear-rn104.dts b/arch/arm/boot/dts/armada-370-netgear-rn104.dts index 00540f292979..7c5e8041cf48 100644 --- a/arch/arm/boot/dts/armada-370-netgear-rn104.dts +++ b/arch/arm/boot/dts/armada-370-netgear-rn104.dts @@ -126,7 +126,7 @@ isl12057: isl12057@68 { compatible = "isil,isl12057"; reg = <0x68>; - isil,irq2-can-wakeup-machine; + wakeup-source; }; g762: g762@3e { diff --git a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts index 1516fc2627f9..daf88ede1192 100644 --- a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts +++ b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts @@ -133,7 +133,7 @@ isl12057: isl12057@68 { compatible = "isil,isl12057"; reg = <0x68>; - isil,irq2-can-wakeup-machine; + wakeup-source; }; /* Controller for rear fan #1 of 3 (Protechnic
Though the driver will continue to check for and support the legacy "isil,irq2-can-wakeup-machine" boolean property to wakeup source, "wakeup-source" is the new standard binding. This patch replaces the legacy "isil,irq2-can-wakeup-machine" with the unified "wakeup-source" property in order to avoid any futher copy-paste duplication. Cc: Jason Cooper <jason@lakedaemon.net> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Gregory Clement <gregory.clement@free-electrons.com> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> --- arch/arm/boot/dts/armada-370-netgear-rn102.dts | 2 +- arch/arm/boot/dts/armada-370-netgear-rn104.dts | 2 +- arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)