diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2018-09-24 07:01:46 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-24 18:17:14 -0400 |
commit | 605cdd27a8c84d9236f9f49712a8ea3d309415c7 (patch) | |
tree | b3bc945934b871ca929c7cbb27ba91e6bbf0a439 | |
parent | 6ed1d79975618aedc132080e13f05e84dec16510 (diff) |
ARM: dts: am335x-boneblack: add cec support
Add CEC support to the tda998x.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-boneblack-common.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-boneblack-common.dtsi b/arch/arm/boot/dts/am335x-boneblack-common.dtsi index 21bc1173fa6b..e543c2bee8c2 100644 --- a/arch/arm/boot/dts/am335x-boneblack-common.dtsi +++ b/arch/arm/boot/dts/am335x-boneblack-common.dtsi | |||
@@ -7,6 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <dt-bindings/display/tda998x.h> | 9 | #include <dt-bindings/display/tda998x.h> |
10 | #include <dt-bindings/interrupt-controller/irq.h> | ||
10 | 11 | ||
11 | &ldo3_reg { | 12 | &ldo3_reg { |
12 | regulator-min-microvolt = <1800000>; | 13 | regulator-min-microvolt = <1800000>; |
@@ -91,6 +92,8 @@ | |||
91 | tda19988: tda19988@70 { | 92 | tda19988: tda19988@70 { |
92 | compatible = "nxp,tda998x"; | 93 | compatible = "nxp,tda998x"; |
93 | reg = <0x70>; | 94 | reg = <0x70>; |
95 | nxp,calib-gpios = <&gpio1 25 0>; | ||
96 | interrupts-extended = <&gpio1 25 IRQ_TYPE_LEVEL_LOW>; | ||
94 | 97 | ||
95 | pinctrl-names = "default", "off"; | 98 | pinctrl-names = "default", "off"; |
96 | pinctrl-0 = <&nxp_hdmi_bonelt_pins>; | 99 | pinctrl-0 = <&nxp_hdmi_bonelt_pins>; |