summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinda Chen <minda.chen@starfivetech.com>2024-07-03 05:38:01 +0300
committerMinda Chen <minda.chen@starfivetech.com>2024-07-03 05:50:29 +0300
commite122acacd5c28e22cc3d1044f7885b901b0902e8 (patch)
tree86adc157667cd4fd382356b3a3d9f520b7197980
parentb9e5aae16affcde28d801477c1c1deeb457a278f (diff)
downloadu-boot-e122acacd5c28e22cc3d1044f7885b901b0902e8.tar.xz
dts: disable pcie1 node in amp dts
disable pcie1 node in amp dts. The pcie1 move to rtos side. Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
-rw-r--r--arch/riscv/dts/starfive_jh7110-amp.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/riscv/dts/starfive_jh7110-amp.dts b/arch/riscv/dts/starfive_jh7110-amp.dts
index 2f284e7bce..2e5f3aaf6d 100644
--- a/arch/riscv/dts/starfive_jh7110-amp.dts
+++ b/arch/riscv/dts/starfive_jh7110-amp.dts
@@ -99,3 +99,7 @@
&gmac1 {
status = "disabled";
};
+
+&pcie1 {
+ status = "disabled";
+};