.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Device Tree Source for OMAP34XX/OMAP36XX clock data |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (C) 2013 Texas Instruments, Inc. |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | 6 | */ |
---|
10 | 7 | &cm_clocks { |
---|
11 | 8 | security_l4_ick2: security_l4_ick2 { |
---|
.. | .. |
---|
263 | 260 | <&gpt10_ick>, <&mcbsp5_ick>, <&mcbsp1_ick>, |
---|
264 | 261 | <&omapctrl_ick>, <&aes2_ick>, <&sha12_ick>, <&icr_ick>, |
---|
265 | 262 | <&des2_ick>, <&mspro_ick>, <&mailboxes_ick>, |
---|
266 | | - <&mspro_fck>; |
---|
| 263 | + <&rng_ick>, <&mspro_fck>; |
---|
267 | 264 | }; |
---|
268 | 265 | }; |
---|