From: Roger Quadros <rogerq@ti.com>
To: nsekhar@ti.com
Cc: george.cherian@ti.com, balbi@ti.com, linux-omap@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: dra7-evm: Fix interrupt line of pcf@i2c1:0x21
Date: Fri, 26 Sep 2014 16:12:21 +0300 [thread overview]
Message-ID: <54256635.1010704@ti.com> (raw)
In-Reply-To: <1411736556-4538-1-git-send-email-rogerq@ti.com>
Oops. send to the wrong mailing list. Please ignore.
cheers,
-roger
On 09/26/2014 04:02 PM, Roger Quadros wrote:
> The interrupt line of pcf I/O expander chip @i2c1:0x21
> is tied to gpio6_11 and not gpio6_14. Fix that.
>
> Without this USB_ID detection will not work and I2C3 bus activity
> will cause spurious interrupts for the I/O expander chip.
>
> Fixes: 87991e7b4dd4 (ARM: dts: dra7-evm: Add extcon nodes for USB)
>
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> ---
> arch/arm/boot/dts/dra7-evm.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
> index 8ddd012..53b6fba 100644
> --- a/arch/arm/boot/dts/dra7-evm.dts
> +++ b/arch/arm/boot/dts/dra7-evm.dts
> @@ -606,7 +606,7 @@
> gpio-controller;
> #gpio-cells = <2>;
> interrupt-parent = <&gpio6>;
> - interrupts = <14 IRQ_TYPE_EDGE_FALLING>;
> + interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
> interrupt-controller;
> #interrupt-cells = <2>;
> };
>
prev parent reply other threads:[~2014-09-26 13:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-26 13:02 [PATCH] ARM: dts: dra7-evm: Fix interrupt line of pcf@i2c1:0x21 Roger Quadros
2014-09-26 13:12 ` Roger Quadros [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54256635.1010704@ti.com \
--to=rogerq@ti.com \
--cc=balbi@ti.com \
--cc=george.cherian@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=nsekhar@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.