1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/* 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"; };