summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts
diff options
context:
space:
mode:
authorSandor Yu <R01008@freescale.com>2015-10-12 15:14:52 +0800
committerOctavian Purdila <octavian.purdila@nxp.com>2017-02-23 14:21:42 +0200
commit456c17ec5071e7f1d87ff8beab5f72954840e7e2 (patch)
tree20a003a6abdf07e206358a6f4b92c06028e7ff28 /arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts
parent52eff9a363ed78921f9e2bc21f08908b232b6040 (diff)
MLK-11690: dts: Add hdcp dtb file for imx6q/dl sabreSD board
Add hdcp dtb file for imx6q/dl sabresd board. Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts b/arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts
new file mode 100644
index 000000000000..68bebbc1c564
--- /dev/null
+++ b/arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2013-2014 Freescale Semiconductor, Inc.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "imx6dl-sabresd.dts"
+
+&hdmi_video {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_hdmi_hdcp>;
+ fsl,hdcp;
+};
+
+&i2c2 {
+ status = "disable";
+};