]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ENGR00269945: ARM: imx6: remove sabresd hdcp dts files
authorShawn Guo <shawn.guo@freescale.com>
Tue, 27 Aug 2013 03:56:44 +0000 (11:56 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 20 Aug 2014 08:06:18 +0000 (10:06 +0200)
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>
arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts [deleted file]
arch/arm/boot/dts/imx6q-sabresd-hdcp.dts [deleted file]

diff --git a/arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts b/arch/arm/boot/dts/imx6dl-sabresd-hdcp.dts
deleted file mode 100644 (file)
index 8cdba76..0000000
+++ /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 (file)
index 063abcc..0000000
+++ /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";
-};