提交 2aabeffe 编写于 作者: B Bartosz Golaszewski 提交者: Sekhar Nori

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: NBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 5ff94828
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
*/ */
/dts-v1/; /dts-v1/;
#include "da850.dtsi" #include "da850.dtsi"
#include <dt-bindings/gpio/gpio.h>
/ { / {
compatible = "ti,da850-evm", "ti,da850"; compatible = "ti,da850-evm", "ti,da850";
...@@ -78,7 +79,10 @@ ...@@ -78,7 +79,10 @@
DRVDD-supply = <&vbat>; DRVDD-supply = <&vbat>;
DVDD-supply = <&vbat>; DVDD-supply = <&vbat>;
}; };
tca6416: gpio@20 {
compatible = "ti,tca6416";
reg = <0x20>;
};
}; };
wdt: wdt@21000 { wdt: wdt@21000 {
status = "okay"; status = "okay";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册