ARM: dts: am335x-boneblack: add cec support
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 24 Sep 2018 11:01:46 +0000 (13:01 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 24 Sep 2018 22:17:14 +0000 (15:17 -0700)
Add CEC support to the tda998x.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-boneblack-common.dtsi

index 21bc1173fa6b9f6c1ea5aa107535a1e9d191b416..e543c2bee8c2b714a58088d315b128c2c1fb034e 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <dt-bindings/display/tda998x.h>
+#include <dt-bindings/interrupt-controller/irq.h>
 
 &ldo3_reg {
        regulator-min-microvolt = <1800000>;
@@ -91,6 +92,8 @@
        tda19988: tda19988@70 {
                compatible = "nxp,tda998x";
                reg = <0x70>;
+               nxp,calib-gpios = <&gpio1 25 0>;
+               interrupts-extended = <&gpio1 25 IRQ_TYPE_LEVEL_LOW>;
 
                pinctrl-names = "default", "off";
                pinctrl-0 = <&nxp_hdmi_bonelt_pins>;