hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/omap3-tao3530.dtsi
....@@ -1,17 +1,18 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
3
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
34 * Copyright (C) 2014 Stefan Roese <sr@denx.de>
4
- *
5
- * This program is free software; you can redistribute it and/or modify
6
- * it under the terms of the GNU General Public License version 2 as
7
- * published by the Free Software Foundation.
85 */
96 /dts-v1/;
107
118 #include "omap34xx.dtsi"
129
1310 /* Secure omaps have some devices inaccessible depending on the firmware */
14
-&aes {
11
+&aes1_target {
12
+ status = "disabled";
13
+};
14
+
15
+&aes2_target {
1516 status = "disabled";
1617 };
1718