Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1246418

Re: [PATCH] ARM: dts: am437x-gp-evm: Add wakeup interrupt source for pixcir_i2c_ts

From Roger Quadros <rogerq@ti.com>
Newsgroups linux.kernel
Subject Re: [PATCH] ARM: dts: am437x-gp-evm: Add wakeup interrupt source for pixcir_i2c_ts
Date 2015-10-14 10:50 +0200
Message-ID <qjpV0-1Es-21@gated-at.bofh.it> (permalink)
References <qjngu-6a6-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


+Dave

On 14/10/15 08:52, Vignesh R wrote:
> On am437x-gp-evm, pixcir_i2c_ts can wakeup the system from lower power
> state via pinctrl and IO daisy chain using generic wakeirq framework.
> With commit 3fffd1283927 ("i2c: allow specifying separate wakeup
> interrupt in device tree") i2c core allows optional wakeirq to be
> specified via device tree. Add wakeup irq entry to enable pixcir_i2c_ts
> to wake the system from low power state.
> 
> Signed-off-by: Vignesh R <vigneshr@ti.com>
> ---
>  arch/arm/boot/dts/am437x-gp-evm.dts | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/am437x-gp-evm.dts b/arch/arm/boot/dts/am437x-gp-evm.dts
> index 22038f21f228..69e93af7df0d 100644
> --- a/arch/arm/boot/dts/am437x-gp-evm.dts
> +++ b/arch/arm/boot/dts/am437x-gp-evm.dts
> @@ -581,8 +581,13 @@
>  
>  		attb-gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>;
>  
> +		interrupts-extended = <&gpio3 22 GPIO_ACTIVE_HIGH>,
> +				      <&am43xx_pinmux 0x264>;

How does this work?

interrupts-extended property must have
1) interrupt parent
2) interrupt number
3) interrupt flags

Your change doesn't seem to comply with those requirements.

> +		interrupt-names = "tsc", "wakeup";
> +
>  		touchscreen-size-x = <1024>;
>  		touchscreen-size-y = <600>;
> +		wakeup-source;
>  	};
>  
>  	ov2659@30 {
> 

cheers,
-roger
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] ARM: dts: am437x-gp-evm: Add wakeup interrupt source for pixcir_i2c_ts Vignesh R <vigneshr@ti.com> - 2015-10-14 08:00 +0200
  Re: [PATCH] ARM: dts: am437x-gp-evm: Add wakeup interrupt source for  pixcir_i2c_ts Roger Quadros <rogerq@ti.com> - 2015-10-14 10:50 +0200
    Re: [PATCH] ARM: dts: am437x-gp-evm: Add wakeup interrupt source for  pixcir_i2c_ts Vignesh R <vigneshr@ti.com> - 2015-10-14 11:20 +0200
      Re: [PATCH] ARM: dts: am437x-gp-evm: Add wakeup interrupt source for  pixcir_i2c_ts Roger Quadros <rogerq@ti.com> - 2015-10-14 13:10 +0200
        Re: [PATCH] ARM: dts: am437x-gp-evm: Add wakeup interrupt source for  pixcir_i2c_ts Vignesh R <vigneshr@ti.com> - 2015-10-14 13:40 +0200

csiph-web