summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPali Rohár2015-02-26 14:50:00 +0100
committerTony Lindgren2015-03-19 17:34:13 +0100
commitd1f2e5a135a6c0fd422398612aeab260cef28e82 (patch)
treea7ba2d5367e3c8270a4a3c9da1a442ba83f50c1b
parentARM: dts: omap3-tao3530: Include directly omap34xx.dtsi (diff)
downloadkernel-qcow2-linux-d1f2e5a135a6c0fd422398612aeab260cef28e82.tar.gz
kernel-qcow2-linux-d1f2e5a135a6c0fd422398612aeab260cef28e82.tar.xz
kernel-qcow2-linux-d1f2e5a135a6c0fd422398612aeab260cef28e82.zip
ARM: dts: Remove files omap34xx-hs.dtsi and omap36xx-hs.dtsi
These files are not used by any DTS file anymore. Signed-off-by: Pali Rohár <pali.rohar@gmail.com> Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/boot/dts/omap34xx-hs.dtsi16
-rw-r--r--arch/arm/boot/dts/omap36xx-hs.dtsi16
2 files changed, 0 insertions, 32 deletions
diff --git a/arch/arm/boot/dts/omap34xx-hs.dtsi b/arch/arm/boot/dts/omap34xx-hs.dtsi
deleted file mode 100644
index 1ff626489546..000000000000
--- a/arch/arm/boot/dts/omap34xx-hs.dtsi
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Disabled modules for secure omaps */
-
-#include "omap34xx.dtsi"
-
-/* Secure omaps have some devices inaccessible depending on the firmware */
-&aes {
- status = "disabled";
-};
-
-&sham {
- status = "disabled";
-};
-
-&timer12 {
- status = "disabled";
-};
diff --git a/arch/arm/boot/dts/omap36xx-hs.dtsi b/arch/arm/boot/dts/omap36xx-hs.dtsi
deleted file mode 100644
index 2c7febb0e016..000000000000
--- a/arch/arm/boot/dts/omap36xx-hs.dtsi
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Disabled modules for secure omaps */
-
-#include "omap36xx.dtsi"
-
-/* Secure omaps have some devices inaccessible depending on the firmware */
-&aes {
- status = "disabled";
-};
-
-&sham {
- status = "disabled";
-};
-
-&timer12 {
- status = "disabled";
-};