diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2017-02-28 19:15:15 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2017-03-07 14:16:47 +0300 |
commit | 2aabeffec6df47732a436ad12f73bdf0a7f1df93 (patch) | |
tree | dd31f40a4f5b7bc995ab13b163f9ea7f803fb8f0 /arch/arm/boot/dts/da850-evm.dts | |
parent | 5ff94828b1def0853888a4d8ebfb077dcd544b91 (diff) | |
download | linux-2aabeffec6df47732a436ad12f73bdf0a7f1df93.tar.xz |
ARM: dts: da850-evm: add IO expander node on UI card
We need the expander to be probed to allow the VPIF controller to
receive interrupts from the video decoder.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.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, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts index 336a69d70595..c863fd73e2f3 100644 --- a/arch/arm/boot/dts/da850-evm.dts +++ b/arch/arm/boot/dts/da850-evm.dts @@ -9,6 +9,7 @@ */ /dts-v1/; #include "da850.dtsi" +#include <dt-bindings/gpio/gpio.h> / { compatible = "ti,da850-evm", "ti,da850"; @@ -78,7 +79,10 @@ DRVDD-supply = <&vbat>; DVDD-supply = <&vbat>; }; - + tca6416: gpio@20 { + compatible = "ti,tca6416"; + reg = <0x20>; + }; }; wdt: wdt@21000 { status = "okay"; |