summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6q-sabresd-hdcp.dts
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2013-08-27 11:56:44 +0800
committerJason Liu <r64343@freescale.com>2013-10-30 09:55:03 +0800
commitc282dc8ccd6ca6e41ab7a6c95107753b61db9eb5 (patch)
tree6c2bc31f1cdd326b8023cf913c28c592816f9f40 /arch/arm/boot/dts/imx6q-sabresd-hdcp.dts
parent89808feab1a5a7ad1f49e7bbdb4f8f13894036fc (diff)
ENGR00269945: ARM: imx6: remove sabresd hdcp dts files
Since U-Boot provide good support for modify device tree blob (DTB) at run-time with 'fdt' command, we do not have to maintain extra DTS files just for pin conflict case. Signed-off-by: Shawn Guo <shawn.guo@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, 0 insertions, 23 deletions
diff --git a/arch/arm/boot/dts/imx6q-sabresd-hdcp.dts b/arch/arm/boot/dts/imx6q-sabresd-hdcp.dts
deleted file mode 100644
index 063abccc5ef8..000000000000
--- a/arch/arm/boot/dts/imx6q-sabresd-hdcp.dts
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Copyright 2012-2013 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_1>;
- fsl,hdcp;
-};
-
-&i2c2 {
- status = "disable";
-};