All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] am335x-boneblack-common.dtsi: add cec support
@ 2018-09-24 11:01 Hans Verkuil
  2018-09-24 22:09 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Verkuil @ 2018-09-24 11:01 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org
  Cc: Linux Media Mailing List, Russell King - ARM Linux

Add CEC support to the tda998x.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
---
Note: this relies on this gpio patch series:

https://www.spinics.net/lists/linux-gpio/msg32401.html

and this follow-up gpio patch:

https://www.spinics.net/lists/linux-gpio/msg32551.html

that will appear in 4.20.

Tested with my BeagleBone Black board.

Regards,

	Hans
---
 arch/arm/boot/dts/am335x-boneblack-common.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/am335x-boneblack-common.dtsi b/arch/arm/boot/dts/am335x-boneblack-common.dtsi
index 325daae40278..07e6b36d17c4 100644
--- a/arch/arm/boot/dts/am335x-boneblack-common.dtsi
+++ b/arch/arm/boot/dts/am335x-boneblack-common.dtsi
@@ -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 {
 		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>;
-- 
2.19.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] am335x-boneblack-common.dtsi: add cec support
  2018-09-24 11:01 [PATCH] am335x-boneblack-common.dtsi: add cec support Hans Verkuil
@ 2018-09-24 22:09 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2018-09-24 22:09 UTC (permalink / raw)
  To: Hans Verkuil
  Cc: linux-omap@vger.kernel.org, Linux Media Mailing List,
	Russell King - ARM Linux

* Hans Verkuil <hverkuil@xs4all.nl> [180924 04:06]:
> Add CEC support to the tda998x.
> 
> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
> ---
> Note: this relies on this gpio patch series:
> 
> https://www.spinics.net/lists/linux-gpio/msg32401.html
> 
> and this follow-up gpio patch:
> 
> https://www.spinics.net/lists/linux-gpio/msg32551.html
> 
> that will appear in 4.20.
> 
> Tested with my BeagleBone Black board.

OK great applying into omap-for-v4.20/dt thanks.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-25  4:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-24 11:01 [PATCH] am335x-boneblack-common.dtsi: add cec support Hans Verkuil
2018-09-24 22:09 ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.