mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
da419027af
The patch changes PCIe dts node status to 'disabled' if the corresponding controller is disabled according to serdes protocol. Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
13 lines
232 B
C
13 lines
232 B
C
/*
|
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __PCIE_LAYERSCAPE_H_
|
|
#define __PCIE_LAYERSCAPE_H_
|
|
|
|
void pci_init_board(void);
|
|
void ft_pcie_setup(void *blob, bd_t *bd);
|
|
|
|
#endif
|