Linux Audio

Check our new training course

Embedded Linux training

Mar 10-20, 2025, special US time zones
Register
Loading...
Note: File does not exist in v6.2.
 1/* Disabled modules for secure omaps */
 2
 3#include "omap34xx.dtsi"
 4
 5/* Secure omaps have some devices inaccessible depending on the firmware */
 6&aes {
 7	status = "disabled";
 8};
 9
10&sham {
11	status = "disabled";
12};
13
14&timer12 {
15	status = "disabled";
16};