All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: imx6qdl-sabreauto: Pass the DDC I2C bus
@ 2017-11-23 15:00 Fabio Estevam
  2017-11-23 15:00 ` [PATCH 2/2] ARM: dts: imx6qdl-sabreauto: Add CEC support Fabio Estevam
  2017-11-29  6:24 ` [PATCH 1/2] ARM: dts: imx6qdl-sabreauto: Pass the DDC I2C bus Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2017-11-23 15:00 UTC (permalink / raw)
  To: linux-arm-kernel

On imx6qdl-sabreauto the HDMI DDC bus is connected to I2C2, so
pass the 'ddc-i2c-bus' property accordingly.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
index 4fa2fac..de9bf47 100644
--- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
@@ -235,6 +235,7 @@
 };
 
 &hdmi {
+	ddc-i2c-bus = <&i2c2>;
 	status = "okay";
 };
 
-- 
2.7.4

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

end of thread, other threads:[~2017-11-29  6:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-23 15:00 [PATCH 1/2] ARM: dts: imx6qdl-sabreauto: Pass the DDC I2C bus Fabio Estevam
2017-11-23 15:00 ` [PATCH 2/2] ARM: dts: imx6qdl-sabreauto: Add CEC support Fabio Estevam
2017-11-29  6:24 ` [PATCH 1/2] ARM: dts: imx6qdl-sabreauto: Pass the DDC I2C bus Shawn Guo

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.