diff options
author | Vignesh R <vigneshr@ti.com> | 2016-05-19 12:17:30 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-10 04:58:07 -0700 |
commit | eaa03e4251196ad9cb70613fb577134814c31f1e (patch) | |
tree | 3c721ff898595ed83469076140412913a002abda /arch | |
parent | f80bc97fd0a9711ef11bdb3e63c2c01115a82c47 (diff) | |
download | blackbird-obmc-linux-eaa03e4251196ad9cb70613fb577134814c31f1e.tar.gz blackbird-obmc-linux-eaa03e4251196ad9cb70613fb577134814c31f1e.zip |
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 <vigneshr@ti.com>
Acked-by: Kristofer Martinez <Kristofer.S.Martinez@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/am335x-icev2.dts | 7 |
1 files changed, 7 insertions, 0 deletions
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" |