ARM: dts: da850-evm: add IO expander node on UI card
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 28 Feb 2017 16:15:15 +0000 (17:15 +0100)
committerSekhar Nori <nsekhar@ti.com>
Tue, 7 Mar 2017 11:16:47 +0000 (16:46 +0530)
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>
arch/arm/boot/dts/da850-evm.dts

index 336a69d70595d4aeccd5a6eb3355bff0c4924ae8..c863fd73e2f359df05bebe8528cbbc2463a26eca 100644 (file)
@@ -9,6 +9,7 @@
  */
 /dts-v1/;
 #include "da850.dtsi"
+#include <dt-bindings/gpio/gpio.h>
 
 / {
        compatible = "ti,da850-evm", "ti,da850";
                                DRVDD-supply = <&vbat>;
                                DVDD-supply = <&vbat>;
                        };
-
+                       tca6416: gpio@20 {
+                               compatible = "ti,tca6416";
+                               reg = <0x20>;
+                       };
                };
                wdt: wdt@21000 {
                        status = "okay";