.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * include/linux/fsl_devices.h |
---|
3 | 4 | * |
---|
.. | .. |
---|
7 | 8 | * Maintainer: Kumar Gala <galak@kernel.crashing.org> |
---|
8 | 9 | * |
---|
9 | 10 | * 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. |
---|
15 | 11 | */ |
---|
16 | 12 | |
---|
17 | 13 | #ifndef _FSL_DEVICE_H_ |
---|
.. | .. |
---|
98 | 94 | |
---|
99 | 95 | unsigned suspended:1; |
---|
100 | 96 | 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; |
---|
103 | 100 | 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; |
---|
105 | 103 | |
---|
106 | 104 | /* register save area for suspend/resume */ |
---|
107 | 105 | u32 pm_command; |
---|