hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/arch/arm/mach-omap2/clockdomains54xx_data.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * OMAP54XX Clock domains framework
34 *
....@@ -12,10 +13,6 @@
1213 * with the public linux-omap@vger.kernel.org mailing list and the
1314 * authors above to ensure that the autogeneration scripts are kept
1415 * 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.
1916 */
2017
2118 #include <linux/kernel.h>
....@@ -173,7 +170,7 @@
173170 .dep_bit = OMAP54XX_L4SEC_STATDEP_SHIFT,
174171 .wkdep_srcs = l4sec_wkup_sleep_deps,
175172 .sleepdep_srcs = l4sec_wkup_sleep_deps,
176
- .flags = CLKDM_CAN_HWSUP_SWSUP,
173
+ .flags = CLKDM_CAN_SWSUP,
177174 };
178175
179176 static struct clockdomain iva_54xx_clkdm = {