ARM: dts: imx6qdl-sabreauto: Pass the DDC I2C bus
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 23 Nov 2017 15:00:12 +0000 (13:00 -0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 26 Dec 2017 08:15:44 +0000 (16:15 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi

index 4fa2fac..de9bf47 100644 (file)
 };
 
 &hdmi {
+       ddc-i2c-bus = <&i2c2>;
        status = "okay";
 };