summaryrefslogtreecommitdiff
path: root/include/configs/starfive-visionfive2.h
diff options
context:
space:
mode:
authorMason Huo <mason.huo@starfivetech.com>2023-03-03 06:17:56 +0300
committerMason Huo <mason.huo@starfivetech.com>2023-03-03 06:18:04 +0300
commitc391f9be878249783ce26ab36752b3fd7e564801 (patch)
treecc79026b224b01ebd34db95890e05de9e9b10a81 /include/configs/starfive-visionfive2.h
parent294512ead4523a5f33cd26ceb07d8207b91754c5 (diff)
downloadu-boot-c391f9be878249783ce26ab36752b3fd7e564801.tar.xz
pci: Remove power pin per VF2 HW design
Remove the power pin for VF2, the PCIe power pin is hard wired to high. Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
Diffstat (limited to 'include/configs/starfive-visionfive2.h')
-rw-r--r--include/configs/starfive-visionfive2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/starfive-visionfive2.h b/include/configs/starfive-visionfive2.h
index 1ba964afbc..7d41c4a43f 100644
--- a/include/configs/starfive-visionfive2.h
+++ b/include/configs/starfive-visionfive2.h
@@ -70,6 +70,8 @@
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_16M)
#define CONFIG_STANDALONE_LOAD_ADDR 0x41000000
+#define CONFIG_SYS_PCI_64BIT /* enable 64-bit PCI resources */
+
/*
* Ethernet
*/