forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/arch/powerpc/platforms/86xx/mpc8610_hpcd.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * MPC8610 HPCD board specific routines
34 *
....@@ -9,11 +10,6 @@
910 * All the integrated device in ULI use sideband interrupt.
1011 *
1112 * Copyright 2008 Freescale Semiconductor Inc.
12
- *
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms of the GNU General Public License as published by the
15
- * Free Software Foundation; either version 2 of the License, or (at your
16
- * option) any later version.
1713 */
1814
1915 #include <linux/stddef.h>
....@@ -38,7 +34,6 @@
3834 #include <linux/of_platform.h>
3935 #include <sysdev/fsl_pci.h>
4036 #include <sysdev/fsl_soc.h>
41
-#include <sysdev/simple_gpio.h>
4237
4338 #include "mpc86xx.h"
4439
....@@ -97,9 +92,6 @@
9792
9893 static int __init mpc8610_declare_of_platform_devices(void)
9994 {
100
- /* Firstly, register PIXIS GPIOs. */
101
- simple_gpiochip_init("fsl,fpga-pixis-gpio-bank");
102
-
10395 /* Enable wakeup on PIXIS' event IRQ. */
10496 mpc8610_suspend_init();
10597