hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/fsl_devices.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * include/linux/fsl_devices.h
34 *
....@@ -7,11 +8,6 @@
78 * Maintainer: Kumar Gala <galak@kernel.crashing.org>
89 *
910 * Copyright 2004,2012 Freescale Semiconductor, Inc
10
- *
11
- * This program is free software; you can redistribute it and/or modify it
12
- * under the terms of the GNU General Public License as published by the
13
- * Free Software Foundation; either version 2 of the License, or (at your
14
- * option) any later version.
1511 */
1612
1713 #ifndef _FSL_DEVICE_H_
....@@ -98,10 +94,12 @@
9894
9995 unsigned suspended:1;
10096 unsigned already_suspended:1;
101
- unsigned has_fsl_erratum_a007792:1;
102
- unsigned has_fsl_erratum_a005275:1;
97
+ unsigned has_fsl_erratum_a007792:1;
98
+ unsigned has_fsl_erratum_14:1;
99
+ unsigned has_fsl_erratum_a005275:1;
103100 unsigned has_fsl_erratum_a005697:1;
104
- unsigned check_phy_clk_valid:1;
101
+ unsigned has_fsl_erratum_a006918:1;
102
+ unsigned check_phy_clk_valid:1;
105103
106104 /* register save area for suspend/resume */
107105 u32 pm_command;