[PATCH u-boot v2019.04-aspeed-openbmc] ARM: dts: p10bmc: Remove flash controller

Joel Stanley joel at jms.id.au
Thu Jun 9 11:52:07 AEST 2022


P10 BMC systems used SPI NOR only for early revisions, but are now
exclusively using eMMC.

Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 arch/arm/dts/ast2600-p10bmc.dts | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/arch/arm/dts/ast2600-p10bmc.dts b/arch/arm/dts/ast2600-p10bmc.dts
index 6c1794dd1432..c4f104552747 100755
--- a/arch/arm/dts/ast2600-p10bmc.dts
+++ b/arch/arm/dts/ast2600-p10bmc.dts
@@ -19,8 +19,6 @@
 
 	aliases {
 		mmc0 = &emmc_slot0;
-		spi0 = &fmc;
-		spi1 = &spi1;
 	};
 
 	cpus {
@@ -66,27 +64,6 @@
 	pinctrl-0 = <&pinctrl_rmii4_default &pinctrl_rmii4rclk_default>;
 };
 
-&fmc {
-	status = "okay";
-
-	pinctrl-names = "default";
-	pinctrl-0 = <&pinctrl_fmcquad_default>;
-
-	flash at 0 {
-		status = "okay";
-		spi-max-frequency = <50000000>;
-		spi-tx-bus-width = <2>;
-		spi-rx-bus-width = <2>;
-	};
-
-	flash at 1 {
-		status = "okay";
-		spi-max-frequency = <50000000>;
-		spi-tx-bus-width = <2>;
-		spi-rx-bus-width = <2>;
-	};
-};
-
 &emmc {
 	u-boot,dm-pre-reloc;
 	timing-phase = <0x700ff>;
-- 
2.35.1



More information about the openbmc mailing list