summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar at freescale.com>2015-05-28 14:53:58 +0530
committerYork Sun <yorksun@freescale.com>2015-07-20 11:44:33 -0700
commit252b17e0ec1e807e9acd71c43d2cdd7f8d91bf97 (patch)
tree0a11b1a758bb86391d4a46b8d35aae5e0686b081 /include
parent94540c56044893343b9d84dff88ecab3e6e3182b (diff)
downloadtalos-obmc-uboot-252b17e0ec1e807e9acd71c43d2cdd7f8d91bf97.tar.gz
talos-obmc-uboot-252b17e0ec1e807e9acd71c43d2cdd7f8d91bf97.zip
armv8/ls2085a: Update LS2085a PCIe compatible
Compatible field "fsl,20851a-pcie" is not correct. So update it to "fsl,ls2085a-pcie" Signed-off-by: Minghuan Lian <Minghuan.Lian at freescale.com> Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ls2085a_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h
index 72ba3b394e..a74a547ee3 100644
--- a/include/configs/ls2085a_common.h
+++ b/include/configs/ls2085a_common.h
@@ -186,7 +186,8 @@ unsigned long long get_qixis_addr(void);
#define CONFIG_PCIE2 /* PCIE controler 2 */
#define CONFIG_PCIE3 /* PCIE controler 3 */
#define CONFIG_PCIE4 /* PCIE controler 4 */
-#define FSL_PCIE_COMPAT "fsl,20851a-pcie"
+#define CONFIG_PCIE_LAYERSCAPE /* Use common FSL Layerscape PCIe code */
+#define FSL_PCIE_COMPAT "fsl,ls2085a-pcie"
#define CONFIG_SYS_PCI_64BIT
OpenPOWER on IntegriCloud