devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6sx: correct property name for wakeup source
@ 2015-08-05 13:57 Anson Huang
       [not found] ` <1438783075-15133-1-git-send-email-b20788-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Anson Huang @ 2015-08-05 13:57 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: shawnguo-DgEjT+Ai2ygdnm+yROfE0A, kernel-bIcnvbaLZ9MEGnE8C9+IrQ

Commit(def56bb input: snvs_pwrkey: use "wakeup-source"
as deivce tree property name) replaces the property name
of "wakeup" with "wakeup-source", update this change
in i.MX6SX dtsi accordingly.

Signed-off-by: Anson Huang <b20788-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
---
 arch/arm/boot/dts/imx6sx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
index e391d63..dc7eaae 100644
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -686,7 +686,7 @@
 					regmap = <&snvs>;
 					interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
 					linux,keycode = <KEY_POWER>;
-					wakeup;
+					wakeup-source;
 				};
 			};
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: imx6sx: correct property name for wakeup source
       [not found] ` <1438783075-15133-1-git-send-email-b20788-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
@ 2015-08-06  7:41   ` Shawn Guo
  2015-08-06  8:00     ` Anson Huang
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2015-08-06  7:41 UTC (permalink / raw)
  To: Anson Huang
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, kernel-bIcnvbaLZ9MEGnE8C9+IrQ,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Wed, Aug 05, 2015 at 09:57:55PM +0800, Anson Huang wrote:
> Commit(def56bb input: snvs_pwrkey: use "wakeup-source"
> as deivce tree property name) replaces the property name
> of "wakeup" with "wakeup-source", update this change
> in i.MX6SX dtsi accordingly.
> 
> Signed-off-by: Anson Huang <b20788-KZfg59tc24xl57MIdRCFDg@public.gmane.org>

For arch/arm/ patches, please remember to copy linux-arm-kernel.

Applied, thanks.

> ---
>  arch/arm/boot/dts/imx6sx.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
> index e391d63..dc7eaae 100644
> --- a/arch/arm/boot/dts/imx6sx.dtsi
> +++ b/arch/arm/boot/dts/imx6sx.dtsi
> @@ -686,7 +686,7 @@
>  					regmap = <&snvs>;
>  					interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
>  					linux,keycode = <KEY_POWER>;
> -					wakeup;
> +					wakeup-source;
>  				};
>  			};
>  
> -- 
> 1.9.1
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: imx6sx: correct property name for wakeup source
  2015-08-06  7:41   ` Shawn Guo
@ 2015-08-06  8:00     ` Anson Huang
  0 siblings, 0 replies; 3+ messages in thread
From: Anson Huang @ 2015-08-06  8:00 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Anson Huang, devicetree-u79uwXL29TY76Z2rM5mHXA,
	kernel-bIcnvbaLZ9MEGnE8C9+IrQ,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Thu, Aug 06, 2015 at 03:41:34PM +0800, Shawn Guo wrote:
> On Wed, Aug 05, 2015 at 09:57:55PM +0800, Anson Huang wrote:
> > Commit(def56bb input: snvs_pwrkey: use "wakeup-source"
> > as deivce tree property name) replaces the property name
> > of "wakeup" with "wakeup-source", update this change
> > in i.MX6SX dtsi accordingly.
> > 
> > Signed-off-by: Anson Huang <b20788-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> 
> For arch/arm/ patches, please remember to copy linux-arm-kernel.
> 
> Applied, thanks.
> 

Got it, will copy linux-arm-kernel next time, thanks.

Anson.

> > ---
> >  arch/arm/boot/dts/imx6sx.dtsi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/boot/dts/imx6sx.dtsi b/arch/arm/boot/dts/imx6sx.dtsi
> > index e391d63..dc7eaae 100644
> > --- a/arch/arm/boot/dts/imx6sx.dtsi
> > +++ b/arch/arm/boot/dts/imx6sx.dtsi
> > @@ -686,7 +686,7 @@
> >  					regmap = <&snvs>;
> >  					interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
> >  					linux,keycode = <KEY_POWER>;
> > -					wakeup;
> > +					wakeup-source;
> >  				};
> >  			};
> >  
> > -- 
> > 1.9.1
> > 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-06  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-05 13:57 [PATCH] ARM: dts: imx6sx: correct property name for wakeup source Anson Huang
     [not found] ` <1438783075-15133-1-git-send-email-b20788-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-08-06  7:41   ` Shawn Guo
2015-08-06  8:00     ` Anson Huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).