forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/powerpc/sysdev/fsl_rio.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Freescale MPC85xx/MPC86xx RapidIO support
34 *
....@@ -17,11 +18,6 @@
1718 *
1819 * Copyright 2005 MontaVista Software, Inc.
1920 * Matt Porter <mporter@kernel.crashing.org>
20
- *
21
- * This program is free software; you can redistribute it and/or modify it
22
- * under the terms of the GNU General Public License as published by the
23
- * Free Software Foundation; either version 2 of the License, or (at your
24
- * option) any later version.
2521 */
2622
2723 #ifndef __FSL_RIO_H
....@@ -41,7 +37,7 @@
4137 #define DOORBELL_ROWAR_PCI 0x02000000 /* PCI window */
4238 #define DOORBELL_ROWAR_NREAD 0x00040000 /* NREAD */
4339 #define DOORBELL_ROWAR_MAINTRD 0x00070000 /* maintenance read */
44
-#define DOORBELL_ROWAR_RES 0x00002000 /* wrtpy: reserverd */
40
+#define DOORBELL_ROWAR_RES 0x00002000 /* wrtpy: reserved */
4541 #define DOORBELL_ROWAR_MAINTWD 0x00007000
4642 #define DOORBELL_ROWAR_SIZE 0x0000000b /* window size is 4k */
4743