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 <[email protected]>
> ---
>  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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to