Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] ARM: dts: omap3-gta04: Add EOC irq gpio line handling.

0 views
Skip to first unread message

Marek Belisko

unread,
Dec 21, 2013, 10:20:01 AM12/21/13
to
BMP085 EOC (End Of Conversion) irq line is connected to
gpio113 on gta04. Set irq properties to have driver using irq
instead polling for EOC.

Signed-off-by: Marek Belisko <ma...@goldelico.com>
---
arch/arm/boot/dts/omap3-gta04.dts | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts
index b9b55c9..7a8e37d 100644
--- a/arch/arm/boot/dts/omap3-gta04.dts
+++ b/arch/arm/boot/dts/omap3-gta04.dts
@@ -92,6 +92,8 @@
bmp085@77 {
compatible = "bosch,bmp085";
reg = <0x77>;
+ interrupt-parent = <&gpio4>;
+ interrupts = <17 IRQ_TYPE_EDGE_RISING>;
};

/* leds */
--
1.8.4.2

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

Belisko Marek

unread,
Jan 20, 2014, 3:30:02 PM1/20/14
to
Ping? Benoit can you please merge this trivial update. Thanks.

On Sat, Dec 21, 2013 at 4:12 PM, Marek Belisko <ma...@goldelico.com> wrote:
> BMP085 EOC (End Of Conversion) irq line is connected to
> gpio113 on gta04. Set irq properties to have driver using irq
> instead polling for EOC.
>
> Signed-off-by: Marek Belisko <ma...@goldelico.com>
> ---
> arch/arm/boot/dts/omap3-gta04.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts
> index b9b55c9..7a8e37d 100644
> --- a/arch/arm/boot/dts/omap3-gta04.dts
> +++ b/arch/arm/boot/dts/omap3-gta04.dts
> @@ -92,6 +92,8 @@
> bmp085@77 {
> compatible = "bosch,bmp085";
> reg = <0x77>;
> + interrupt-parent = <&gpio4>;
> + interrupts = <17 IRQ_TYPE_EDGE_RISING>;
> };
>
> /* leds */
> --
> 1.8.4.2
>

BR,

marek

--
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

Tony Lindgren

unread,
Feb 13, 2014, 5:50:02 PM2/13/14
to
* Belisko Marek <marek....@gmail.com> [140120 12:27]:
> Ping? Benoit can you please merge this trivial update. Thanks.

Applying into omap-for-v3.14/fixes thanks.

Tony
0 new messages