https://github.com/torvalds/linux
Raw File
Tip revision: b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed authored by Linus Torvalds on 10 February 2014, 02:15:47 UTC
Linux 3.14-rc2
Tip revision: b28a960
omap34xx-hs.dtsi
/* 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";
};
back to top