Skip to content

Commit

Permalink
ARM: dts: da850-evm: Enable tca6416 on baseboard
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adam Ford authored and Sekhar Nori committed Oct 4, 2018
1 parent 5b394b2 commit f5fefa0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/da850-evm.dts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@
gpio-controller;
#gpio-cells = <2>;
};
tca6416_bb: gpio@21 {
compatible = "ti,tca6416";
reg = <0x21>;
gpio-controller;
#gpio-cells = <2>;
};
};

&wdt {
Expand Down

0 comments on commit f5fefa0

Please sign in to comment.