summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/pcie_layerscape.h
diff options
context:
space:
mode:
authorMinghuan Lian <Minghuan.Lian@freescale.com>2014-10-31 13:43:44 +0800
committerYork Sun <yorksun@freescale.com>2014-12-11 09:35:56 -0800
commitda419027afe8336284f5db9867a880dfb3b3ab26 (patch)
treecbf4e1e85254b024850df60bc1d7b42f27dd5d54 /arch/arm/include/asm/pcie_layerscape.h
parent306fa012794e68e568bd51b829d1754323e0b8aa (diff)
downloadtalos-obmc-uboot-da419027afe8336284f5db9867a880dfb3b3ab26.tar.gz
talos-obmc-uboot-da419027afe8336284f5db9867a880dfb3b3ab26.zip
arm: ls102xa: Update PCIe dts node status
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>
Diffstat (limited to 'arch/arm/include/asm/pcie_layerscape.h')
-rw-r--r--arch/arm/include/asm/pcie_layerscape.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/include/asm/pcie_layerscape.h b/arch/arm/include/asm/pcie_layerscape.h
new file mode 100644
index 0000000000..fb08578f10
--- /dev/null
+++ b/arch/arm/include/asm/pcie_layerscape.h
@@ -0,0 +1,13 @@
+/*
+ * 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
OpenPOWER on IntegriCloud