.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * OMAP54XX Clock domains framework |
---|
3 | 4 | * |
---|
.. | .. |
---|
12 | 13 | * with the public linux-omap@vger.kernel.org mailing list and the |
---|
13 | 14 | * authors above to ensure that the autogeneration scripts are kept |
---|
14 | 15 | * up-to-date with the file contents. |
---|
15 | | - * |
---|
16 | | - * This program is free software; you can redistribute it and/or modify |
---|
17 | | - * it under the terms of the GNU General Public License version 2 as |
---|
18 | | - * published by the Free Software Foundation. |
---|
19 | 16 | */ |
---|
20 | 17 | |
---|
21 | 18 | #include <linux/kernel.h> |
---|
.. | .. |
---|
173 | 170 | .dep_bit = OMAP54XX_L4SEC_STATDEP_SHIFT, |
---|
174 | 171 | .wkdep_srcs = l4sec_wkup_sleep_deps, |
---|
175 | 172 | .sleepdep_srcs = l4sec_wkup_sleep_deps, |
---|
176 | | - .flags = CLKDM_CAN_HWSUP_SWSUP, |
---|
| 173 | + .flags = CLKDM_CAN_SWSUP, |
---|
177 | 174 | }; |
---|
178 | 175 | |
---|
179 | 176 | static struct clockdomain iva_54xx_clkdm = { |
---|