From: Adam Ford Date: Sun, 30 Sep 2018 16:01:18 +0000 (-0500) Subject: ARM: dts: da850-evm: Enable tca6416 on baseboard X-Git-Tag: v4.20-rc1~66^2~6^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5fefa0f7d540cce0822540771270fc17e5da16f;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: da850-evm: Enable tca6416 on baseboard 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 Signed-off-by: Sekhar Nori --- diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index f9b7579058450..a3c9b346721d4 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts @@ -221,6 +221,12 @@ gpio-controller; #gpio-cells = <2>; }; + tca6416_bb: gpio@21 { + compatible = "ti,tca6416"; + reg = <0x21>; + gpio-controller; + #gpio-cells = <2>; + }; }; &wdt {