summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Ren <rentao.bupt@gmail.com>2020-08-24 11:29:54 -0700
committerJoel Stanley <joel@jms.id.au>2020-08-25 14:43:00 +0930
commitfe84b8fd24d0fca26ce7a5f95beb66037decf7bf (patch)
tree876491aa1eefa3a79446df0d2845e8a8cc611867
parentbc8d756d5ba03f2a7b5365ae76c8925fbc1f4b70 (diff)
ARM: dts: aspeed: wedge40: Update FMC flash0 label
Update FMC flash0's label to "spi0.0" so it's consistent with all the other Facebook OpenBMC platforms. Signed-off-by: Tao Ren <rentao.bupt@gmail.com> Link: https://lore.kernel.org/r/20200824182955.7988-2-rentao.bupt@gmail.com Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-facebook-wedge40.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-wedge40.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-wedge40.dts
index 8ac23ff6b09e..3f2a48fa77b3 100644
--- a/arch/arm/boot/dts/aspeed-bmc-facebook-wedge40.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-facebook-wedge40.dts
@@ -48,7 +48,7 @@
flash@0 {
status = "okay";
m25p,fast-read;
- label = "fmc0";
+ label = "spi0.0";
#include "facebook-bmc-flash-layout.dtsi"
};
};