mvme7100.c (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | mvme7100.c (e6f6390ab7b9d649c13de2c8a591bce61a10ec3b) |
---|---|
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 * --- 5 unchanged lines hidden (view full) --- 14 * USB host fixup is borrowed by: 15 * 16 * Martyn Welch <martyn.welch@ge.com> 17 * Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc. 18 */ 19 20#include <linux/pci.h> 21#include <linux/of.h> | 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 * --- 5 unchanged lines hidden (view full) --- 14 * USB host fixup is borrowed by: 15 * 16 * Martyn Welch <martyn.welch@ge.com> 17 * Copyright 2008 GE Intelligent Platforms Embedded Systems, Inc. 18 */ 19 20#include <linux/pci.h> 21#include <linux/of.h> |
22#include <linux/of_fdt.h> |
|
22#include <linux/of_platform.h> 23#include <linux/of_address.h> 24#include <asm/udbg.h> 25#include <asm/mpic.h> 26#include <sysdev/fsl_soc.h> 27#include <sysdev/fsl_pci.h> 28 29#include "mpc86xx.h" --- 86 unchanged lines hidden --- | 23#include <linux/of_platform.h> 24#include <linux/of_address.h> 25#include <asm/udbg.h> 26#include <asm/mpic.h> 27#include <sysdev/fsl_soc.h> 28#include <sysdev/fsl_pci.h> 29 30#include "mpc86xx.h" --- 86 unchanged lines hidden --- |