summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-sabresd-hdcp.dts
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2014-08-27 15:04:32 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-01-15 21:17:02 -0600
commit1d89b5a554c4b61ea1506f43a644b0e8f7d25c86 (patch)
tree97fa159dcf4d6dc5ccafd2b37ac6e04eb99c6f5a /arch/arm/boot/dts/imx6q-sabresd-hdcp.dts
parentffa4d5ab2602c4e2e03457e86eb4690f951fa998 (diff)
ENGR00328912: dts hdmi: Add hdmi item to imx6 dts file
Code merger from imx_3.10_y branch -Add hdmi core driver, hdmi video and hdmi audio item to dts file -Add hdcp and cec item Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-sabresd-hdcp.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-sabresd-hdcp.dts23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabresd-hdcp.dts b/arch/arm/boot/dts/imx6q-sabresd-hdcp.dts
new file mode 100644
index 000000000000..ba1fa3344f07
--- /dev/null
+++ b/arch/arm/boot/dts/imx6q-sabresd-hdcp.dts
@@ -0,0 +1,23 @@
+/*
+ * Copyright 2012-2014 Freescale Semiconductor, Inc.
+ * Copyright 2011 Linaro Ltd.
+ *
+ * The code contained herein is licensed under the GNU General Public
+ * License. You may obtain a copy of the GNU General Public License
+ * Version 2 or later at the following locations:
+ *
+ * http://www.opensource.org/licenses/gpl-license.html
+ * http://www.gnu.org/copyleft/gpl.html
+ */
+
+#include "imx6q-sabresd.dts"
+
+&hdmi_video {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_hdmi_hdcp>;
+ fsl,hdcp;
+};
+
+&i2c2 {
+ status = "disable";
+};