Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1f2e5a1 authored by Pali Rohár's avatar Pali Rohár Committed by Tony Lindgren
Browse files

ARM: dts: Remove files omap34xx-hs.dtsi and omap36xx-hs.dtsi



These files are not used by any DTS file anymore.

Signed-off-by: default avatarPali Rohár <pali.rohar@gmail.com>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent a27c6f3c
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
/* 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";
};
+0 −16
Original line number Diff line number Diff line
/* 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";
};