.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * MPC8610 HPCD board specific routines |
---|
3 | 4 | * |
---|
.. | .. |
---|
9 | 10 | * All the integrated device in ULI use sideband interrupt. |
---|
10 | 11 | * |
---|
11 | 12 | * 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. |
---|
17 | 13 | */ |
---|
18 | 14 | |
---|
19 | 15 | #include <linux/stddef.h> |
---|
.. | .. |
---|
38 | 34 | #include <linux/of_platform.h> |
---|
39 | 35 | #include <sysdev/fsl_pci.h> |
---|
40 | 36 | #include <sysdev/fsl_soc.h> |
---|
41 | | -#include <sysdev/simple_gpio.h> |
---|
42 | 37 | |
---|
43 | 38 | #include "mpc86xx.h" |
---|
44 | 39 | |
---|
.. | .. |
---|
97 | 92 | |
---|
98 | 93 | static int __init mpc8610_declare_of_platform_devices(void) |
---|
99 | 94 | { |
---|
100 | | - /* Firstly, register PIXIS GPIOs. */ |
---|
101 | | - simple_gpiochip_init("fsl,fpga-pixis-gpio-bank"); |
---|
102 | | - |
---|
103 | 95 | /* Enable wakeup on PIXIS' event IRQ. */ |
---|
104 | 96 | mpc8610_suspend_init(); |
---|
105 | 97 | |
---|