We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc48b74 commit 2e67b27Copy full SHA for 2e67b27
drivers/spi/spi-fsl-lpspi.c
@@ -135,11 +135,11 @@ struct fsl_lpspi_data {
135
* ERR051608 fixed or not:
136
* https://www.nxp.com/docs/en/errata/i.MX93_1P87f.pdf
137
*/
138
-static struct fsl_lpspi_devtype_data imx93_lpspi_devtype_data = {
+static const struct fsl_lpspi_devtype_data imx93_lpspi_devtype_data = {
139
.prescale_max = 1,
140
};
141
142
-static struct fsl_lpspi_devtype_data imx7ulp_lpspi_devtype_data = {
+static const struct fsl_lpspi_devtype_data imx7ulp_lpspi_devtype_data = {
143
.prescale_max = 7,
144
145
0 commit comments