mvme7100.c (4f2c0a4acffbec01079c28f839422e64ddeff004) mvme7100.c (0aafbdf35c75cbfec82636d01e6dc7950bc1507c)
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Board setup routines for the Emerson/Artesyn MVME7100
4 *
5 * Copyright 2016 Elettra-Sincrotrone Trieste S.C.p.A.
6 *
7 * Author: Alessio Igor Bogani <alessio.bogani@elettra.eu>
8 *

--- 94 unchanged lines hidden (view full) ---

103
104define_machine(mvme7100) {
105 .name = "MVME7100",
106 .probe = mvme7100_probe,
107 .setup_arch = mvme7100_setup_arch,
108 .init_IRQ = mpc86xx_init_irq,
109 .get_irq = mpic_get_irq,
110 .time_init = mpc86xx_time_init,
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Board setup routines for the Emerson/Artesyn MVME7100
4 *
5 * Copyright 2016 Elettra-Sincrotrone Trieste S.C.p.A.
6 *
7 * Author: Alessio Igor Bogani <alessio.bogani@elettra.eu>
8 *

--- 94 unchanged lines hidden (view full) ---

103
104define_machine(mvme7100) {
105 .name = "MVME7100",
106 .probe = mvme7100_probe,
107 .setup_arch = mvme7100_setup_arch,
108 .init_IRQ = mpc86xx_init_irq,
109 .get_irq = mpic_get_irq,
110 .time_init = mpc86xx_time_init,
111 .calibrate_decr = generic_calibrate_decr,
112 .progress = udbg_progress,
113#ifdef CONFIG_PCI
114 .pcibios_fixup_bus = fsl_pcibios_fixup_bus,
115#endif
116};
111 .progress = udbg_progress,
112#ifdef CONFIG_PCI
113 .pcibios_fixup_bus = fsl_pcibios_fixup_bus,
114#endif
115};