From: Vignesh R Date: Thu, 19 May 2016 06:47:30 +0000 (+0530) Subject: ARM: dts: am335x-icev2: Add DT node for TI PCA9536 X-Git-Tag: v4.8-rc1~66^2~20^2~19 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=eaa03e4251196ad9cb70613fb577134814c31f1e;p=cascardo%2Flinux.git ARM: dts: am335x-icev2: Add DT node for TI PCA9536 AM335x ICE board has a TI PCA9536 chip connected to I2C0 at address 0x41. Add DT entry for the same. Signed-off-by: Vignesh R Acked-by: Kristofer Martinez Acked-by: Linus Walleij Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am335x-icev2.dts b/arch/arm/boot/dts/am335x-icev2.dts index e271013e78a6..7d8b8fefdf08 100644 --- a/arch/arm/boot/dts/am335x-icev2.dts +++ b/arch/arm/boot/dts/am335x-icev2.dts @@ -206,6 +206,13 @@ gpio-controller; #gpio-cells = <2>; }; + + pca9536: gpio@41 { + compatible = "ti,pca9536"; + reg = <0x41>; + gpio-controller; + #gpio-cells = <2>; + }; }; #include "tps65910.dtsi"