From 6dcae5d7a688bfa02dab43dacc3eddca98205556 Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Tue, 27 Aug 2013 11:56:44 +0800 Subject: [PATCH 1/1] 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 --- arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts | 19 ------------------- arch/arm/boot/dts/imx6q-sabresd-hdcp.dts | 23 ----------------------- 2 files changed, 42 deletions(-) delete mode 100644 arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts delete mode 100644 arch/arm/boot/dts/imx6q-sabresd-hdcp.dts 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 @@ -/* - * Copyright (C) 2013 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_1>; - fsl,hdcp; -}; - -&i2c2 { - status = "disable"; -}; 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"; -}; -- 2.39.5