diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2014-04-17 01:23:50 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-05-16 19:02:01 +0400 |
commit | 126b469677762aecc7cc4ed164421a8e4b3dc1c0 (patch) | |
tree | 1c0b05330faf59547a5f23a6dd6f659c1ffc20d8 /arch/arm/boot/dts/imx6q-gk802.dts | |
parent | dd860a9a31386ea85fb208d8d68a4b14add74fbf (diff) | |
download | linux-126b469677762aecc7cc4ed164421a8e4b3dc1c0.tar.xz |
ARM: dts: imx6q-gk802: Enable HDMI
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-gk802.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-gk802.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-gk802.dts b/arch/arm/boot/dts/imx6q-gk802.dts index 4a9b4dc9afc0..0f0c50be8859 100644 --- a/arch/arm/boot/dts/imx6q-gk802.dts +++ b/arch/arm/boot/dts/imx6q-gk802.dts @@ -48,6 +48,11 @@ }; }; +&hdmi { + ddc-i2c-bus = <&i2c3>; + status = "okay"; +}; + /* Internal I2C */ &i2c2 { pinctrl-names = "default"; |