On 11/25/2015 12:39 AM, Dmitry Lifshitz wrote:
> Add PCA9555 GPIO extender support (over I2C5 bus).

I think you meant to say "GPIO expander" in commit message and
$subject perhaps?

> 
> Signed-off-by: Dmitry Lifshitz <lifsh...@compulab.co.il>
> Acked-by: Igor Grinberg <grinb...@compulab.co.il>
> ---
>  arch/arm/boot/dts/am57xx-sbc-am57x.dts | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/am57xx-sbc-am57x.dts 
> b/arch/arm/boot/dts/am57xx-sbc-am57x.dts
> index 7b65efb..8b7c0b5 100644
> --- a/arch/arm/boot/dts/am57xx-sbc-am57x.dts
> +++ b/arch/arm/boot/dts/am57xx-sbc-am57x.dts
> @@ -90,4 +90,11 @@
>               reg = <0x50>;
>               pagesize = <16>;
>       };
> +
> +     pca9555: pca9555@20 {
> +             compatible = "nxp,pca9555";
> +             reg = <0x20>;
> +             gpio-controller;
> +             #gpio-cells = <2>;
> +     };
>  };
> 


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

Reply via email to