ARM: dts: Remove files omap34xx-hs.dtsi and omap36xx-hs.dtsi
authorPali Rohár <pali.rohar@gmail.com>
Thu, 26 Feb 2015 13:50:00 +0000 (14:50 +0100)
committerTony Lindgren <tony@atomide.com>
Thu, 19 Mar 2015 16:34:13 +0000 (09:34 -0700)
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>
arch/arm/boot/dts/omap34xx-hs.dtsi [deleted file]
arch/arm/boot/dts/omap36xx-hs.dtsi [deleted file]

diff --git a/arch/arm/boot/dts/omap34xx-hs.dtsi b/arch/arm/boot/dts/omap34xx-hs.dtsi
deleted file mode 100644 (file)
index 1ff6264..0000000
+++ /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 (file)
index 2c7febb..0000000
+++ /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";
-};