.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * DRA7xx Clock domains framework |
---|
3 | 4 | * |
---|
.. | .. |
---|
14 | 15 | * with the public linux-omap@vger.kernel.org mailing list and the |
---|
15 | 16 | * authors above to ensure that the autogeneration scripts are kept |
---|
16 | 17 | * up-to-date with the file contents. |
---|
17 | | - * |
---|
18 | | - * This program is free software; you can redistribute it and/or modify |
---|
19 | | - * it under the terms of the GNU General Public License version 2 as |
---|
20 | | - * published by the Free Software Foundation. |
---|
21 | 18 | */ |
---|
22 | 19 | |
---|
23 | 20 | #include <linux/kernel.h> |
---|
.. | .. |
---|
609 | 606 | .dep_bit = DRA7XX_CAM_STATDEP_SHIFT, |
---|
610 | 607 | .wkdep_srcs = cam_wkup_sleep_deps, |
---|
611 | 608 | .sleepdep_srcs = cam_wkup_sleep_deps, |
---|
612 | | - .flags = CLKDM_CAN_HWSUP_SWSUP, |
---|
| 609 | + .flags = CLKDM_CAN_SWSUP, |
---|
613 | 610 | }; |
---|
614 | 611 | |
---|
615 | 612 | static struct clockdomain l4per_7xx_clkdm = { |
---|