diff options
author | Lei YU <yulei.sh@bytedance.com> | 2021-12-10 12:36:23 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-12-21 07:32:27 +0300 |
commit | b26965e99788ea163fc217bdca1c2b17a5d70c90 (patch) | |
tree | b06d1b979ac47539cc2528ab723a90a1e16f0157 /arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts | |
parent | 0720caa3f81d6b8c1ee5d51d3d251dc43030e687 (diff) | |
download | linux-b26965e99788ea163fc217bdca1c2b17a5d70c90.tar.xz |
ARM: dts: aspeed: g220a: Enable secondary flash
Enable the secondary flash of the g220a's BMC and the wdt2.
Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Link: https://lore.kernel.org/r/20211210093623.2140640-1-yulei.sh@bytedance.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts index 01dace8f5e5f..0d1fb5ccfd36 100644 --- a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts +++ b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts @@ -260,6 +260,13 @@ spi-max-frequency = <50000000>; #include "openbmc-flash-layout-64.dtsi" }; + flash@1 { + status = "okay"; + label = "alt-bmc"; + m25p,fast-read; + spi-max-frequency = <50000000>; +#include "openbmc-flash-layout-64-alt.dtsi" + }; }; &spi1 { @@ -278,6 +285,11 @@ status = "okay"; }; +&wdt2 { + status = "okay"; + aspeed,alt-boot; +}; + &gpio { status = "okay"; gpio-line-names = |