diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2015-02-26 14:50:00 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-03-19 09:34:13 -0700 |
commit | d1f2e5a135a6c0fd422398612aeab260cef28e82 (patch) | |
tree | a7ba2d5367e3c8270a4a3c9da1a442ba83f50c1b /arch/arm | |
parent | a27c6f3ced3b8cbc8e31189eeffbd0f2f2e2dbc5 (diff) |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap34xx-hs.dtsi | 16 | ||||
-rw-r--r-- | arch/arm/boot/dts/omap36xx-hs.dtsi | 16 |
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"; -}; |