.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | | - * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ |
---|
| 3 | + * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ |
---|
3 | 4 | * 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. |
---|
8 | 5 | */ |
---|
9 | 6 | /dts-v1/; |
---|
10 | 7 | |
---|
11 | 8 | #include "omap34xx.dtsi" |
---|
12 | 9 | |
---|
13 | 10 | /* Secure omaps have some devices inaccessible depending on the firmware */ |
---|
14 | | -&aes { |
---|
| 11 | +&aes1_target { |
---|
| 12 | + status = "disabled"; |
---|
| 13 | +}; |
---|
| 14 | + |
---|
| 15 | +&aes2_target { |
---|
15 | 16 | status = "disabled"; |
---|
16 | 17 | }; |
---|
17 | 18 | |
---|