diff mbox

ARM: dts: dra7-evm: Fix interrupt line of pcf@i2c1:0x21

Message ID 1411736556-4538-1-git-send-email-rogerq@ti.com
State New
Headers show

Commit Message

Roger Quadros Sept. 26, 2014, 1:02 p.m. UTC
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(-)

Comments

Roger Quadros Sept. 26, 2014, 1:12 p.m. UTC | #1
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>;
>  	};
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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>;
 	};