aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2013-08-26 23:56:44 -0400
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 09:01:28 -0400
commit49c0cec9fa0d633b90e73d317702508c5e79ff10 (patch)
tree66e911ed9e8fc49a0e7a474256e223ddfcd82497 /arch
parent069c870c2ffbb52b4e3b9a21917d2ee89ec00cd8 (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')
-rw-r--r--arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts19
-rw-r--r--arch/arm/boot/dts/imx6q-sabresd-hdcp.dts23
2 files changed, 0 insertions, 42 deletions
diff --git a/arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts b/arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts
deleted file mode 100644
index 8cdba7674869..000000000000
--- a/arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts
+++ /dev/null
@@ -1,19 +0,0 @@
1/*
2 * Copyright (C) 2013 Freescale Semiconductor, Inc.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8
9#include "imx6dl-sabresd.dts"
10
11&hdmi_video {
12 pinctrl-names = "default";
13 pinctrl-0 = <&pinctrl_hdmi_hdcp_1>;
14 fsl,hdcp;
15};
16
17&i2c2 {
18 status = "disable";
19};
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 @@
1/*
2 * Copyright 2012-2013 Freescale Semiconductor, Inc.
3 * Copyright 2011 Linaro Ltd.
4 *
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
8 *
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
11 */
12
13#include "imx6q-sabresd.dts"
14
15&hdmi_video {
16 pinctrl-names = "default";
17 pinctrl-0 = <&pinctrl_hdmi_hdcp_1>;
18 fsl,hdcp;
19};
20
21&i2c2 {
22 status = "disable";
23};