ARM: dts: da850-evm: Enable tca6416 on baseboard
authorAdam Ford <aford173@gmail.com>
Sun, 30 Sep 2018 16:01:18 +0000 (11:01 -0500)
committerSekhar Nori <nsekhar@ti.com>
Thu, 4 Oct 2018 14:36:05 +0000 (20:06 +0530)
There is a GPIO expander on both the UI board as well as the
baseboard.  This patch enables the second tca6416 and identifies
it as being on the baseboard using _bb as the suffix.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-evm.dts

index f9b7579..a3c9b34 100644 (file)
                gpio-controller;
                #gpio-cells = <2>;
        };
+       tca6416_bb: gpio@21 {
+               compatible = "ti,tca6416";
+               reg = <0x21>;
+               gpio-controller;
+               #gpio-cells = <2>;
+       };
 };
 
 &wdt {