| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2006 Freescale Semiconductor, Inc. All rights reserved. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * |
|---|
| 10 | 11 | * Changelog: |
|---|
| 11 | 12 | * Jun 21, 2006 Initial version |
|---|
| 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> |
|---|
| .. | .. |
|---|
| 43 | 39 | #include <asm/udbg.h> |
|---|
| 44 | 40 | #include <sysdev/fsl_soc.h> |
|---|
| 45 | 41 | #include <sysdev/fsl_pci.h> |
|---|
| 46 | | -#include <sysdev/simple_gpio.h> |
|---|
| 47 | 42 | #include <soc/fsl/qe/qe.h> |
|---|
| 48 | | -#include <soc/fsl/qe/qe_ic.h> |
|---|
| 49 | 43 | |
|---|
| 50 | 44 | #include "mpc83xx.h" |
|---|
| 51 | 45 | |
|---|
| .. | .. |
|---|
| 185 | 179 | qe_usb_clock_set(QE_CLK21, 48000000); |
|---|
| 186 | 180 | } else { |
|---|
| 187 | 181 | setbits8(&bcsr[13], BCSR13_USBMODE); |
|---|
| 188 | | - /* |
|---|
| 189 | | - * The BCSR GPIOs are used to control power and |
|---|
| 190 | | - * speed of the USB transceiver. This is needed for |
|---|
| 191 | | - * the USB Host only. |
|---|
| 192 | | - */ |
|---|
| 193 | | - simple_gpiochip_init("fsl,mpc8360mds-bcsr-gpio"); |
|---|
| 194 | 182 | } |
|---|
| 195 | 183 | |
|---|
| 196 | 184 | of_node_put(np); |
|---|
| .. | .. |
|---|
| 213 | 201 | .name = "MPC836x MDS", |
|---|
| 214 | 202 | .probe = mpc836x_mds_probe, |
|---|
| 215 | 203 | .setup_arch = mpc836x_mds_setup_arch, |
|---|
| 216 | | - .init_IRQ = mpc83xx_ipic_and_qe_init_IRQ, |
|---|
| 204 | + .init_IRQ = mpc83xx_ipic_init_IRQ, |
|---|
| 217 | 205 | .get_irq = ipic_get_irq, |
|---|
| 218 | 206 | .restart = mpc83xx_restart, |
|---|
| 219 | 207 | .time_init = mpc83xx_time_init, |
|---|