diff options
author | Adam Ford <aford173@gmail.com> | 2018-09-30 18:01:18 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2018-10-04 16:36:05 +0200 |
commit | f5fefa0f7d540cce0822540771270fc17e5da16f (patch) | |
tree | eaa2d4f1cfc66c27ad90cafc5574f0e42cee8936 /arch/arm/boot/dts/da850-evm.dts | |
parent | Linux 4.19-rc1 (diff) | |
download | linux-f5fefa0f7d540cce0822540771270fc17e5da16f.tar.xz linux-f5fefa0f7d540cce0822540771270fc17e5da16f.zip |
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 <aford173@gmail.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/da850-evm.dts')
-rw-r--r-- | arch/arm/boot/dts/da850-evm.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index f9b757905845..a3c9b346721d 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 { |