blob: 3255b7648c0a04866bdcd83d9759d91e2c0fd3a7 [file] [log] [blame]
Wasim Khan54e44ef2020-01-06 12:05:57 +00001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright 2019-2020 NXP
4 *
5 * PCIe DT fixup for NXP Layerscape SoCs
6 * Author: Wasim Khan <wasim.khan@nxp.com>
7 *
8 */
9#ifndef _PCIE_LAYERSCAPE_FIXUP_COMMON_H_
10#define _PCIE_LAYERSCAPE_FIXUP_COMMON_H_
11
Masahiro Yamadaf7ed78b2020-06-26 15:13:33 +090012void ft_pci_setup_ls(void *blob, struct bd_info *bd);
Wasim Khan54e44ef2020-01-06 12:05:57 +000013
14#ifdef CONFIG_PCIE_LAYERSCAPE_GEN4
Masahiro Yamadaf7ed78b2020-06-26 15:13:33 +090015void ft_pci_setup_ls_gen4(void *blob, struct bd_info *bd);
Wasim Khan54e44ef2020-01-06 12:05:57 +000016#endif /* CONFIG_PCIE_LAYERSCAPE_GEN4 */
Wasim Khan9d3d2302020-01-06 12:05:59 +000017int pcie_next_streamid(int currentid, int id);
Wasim Khan70bec5c2020-01-06 12:06:00 +000018int pcie_board_fix_fdt(void *fdt);
Wasim Khan54e44ef2020-01-06 12:05:57 +000019
20#endif //_PCIE_LAYERSCAPE_FIXUP_COMMON_H_