Skip to content

Commit

Permalink
ARM: dts: am335x-boneblack: add cec support
Browse files Browse the repository at this point in the history
Add CEC support to the tda998x.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Hans Verkuil authored and Tony Lindgren committed Sep 24, 2018
1 parent 6ed1d79 commit 605cdd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/am335x-boneblack-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

#include <dt-bindings/display/tda998x.h>
#include <dt-bindings/interrupt-controller/irq.h>

&ldo3_reg {
regulator-min-microvolt = <1800000>;
Expand Down Expand Up @@ -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>;
Expand Down

0 comments on commit 605cdd2

Please sign in to comment.