android_kernel_samsung_hero.../arch/arm/boot/dts/omap34xx-hs.dtsi

17 lines
246 B
Text
Raw Normal View History

2016-08-17 10:41:52 +02:00
/* 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";
};