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:
parent
5ff94828b1
commit
2aabeffec6
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue