.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * MPC85xx DS Board Setup |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * Roy Zang <tie-fei.zang@freescale.com> |
---|
6 | 7 | * - Add PCI/PCI Exprees support |
---|
7 | 8 | * Copyright 2007 Freescale Semiconductor Inc. |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify it |
---|
10 | | - * under the terms of the GNU General Public License as published by the |
---|
11 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
12 | | - * option) any later version. |
---|
13 | 9 | */ |
---|
14 | 10 | |
---|
15 | 11 | #include <linux/stddef.h> |
---|
.. | .. |
---|
173 | 169 | machine_arch_initcall(mpc8544_ds, mpc85xx_common_publish_devices); |
---|
174 | 170 | machine_arch_initcall(mpc8572_ds, mpc85xx_common_publish_devices); |
---|
175 | 171 | machine_arch_initcall(p2020_ds, mpc85xx_common_publish_devices); |
---|
176 | | - |
---|
177 | | -machine_arch_initcall(mpc8544_ds, swiotlb_setup_bus_notifier); |
---|
178 | | -machine_arch_initcall(mpc8572_ds, swiotlb_setup_bus_notifier); |
---|
179 | | -machine_arch_initcall(p2020_ds, swiotlb_setup_bus_notifier); |
---|
180 | 172 | |
---|
181 | 173 | /* |
---|
182 | 174 | * Called very early, device-tree isn't unflattened |
---|