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>
This commit is contained in:
Bartosz Golaszewski 2017-02-28 17:15:15 +01:00 committed by Sekhar Nori
parent 5ff94828b1
commit 2aabeffec6
1 changed files with 5 additions and 1 deletions

View File

@ -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";