Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: aspeed: ethanolx: Add BIOS flash chip

Add a BIOS flash chip to the DTS to open a possibility to reflash the
main CPU BIOS from the BMC.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Link: https://lore.kernel.org/r/20230111113934.1176-1-aladyshev22@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>

authored by

Konstantin Aladyshev and committed by
Joel Stanley
03d24e12 9664e1ba

+11
+11
arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts
··· 64 64 }; 65 65 }; 66 66 67 + &spi1 { 68 + status = "okay"; 69 + pinctrl-names = "default"; 70 + pinctrl-0 = <&pinctrl_spi1_default>; 71 + flash@0 { 72 + status = "okay"; 73 + m25p,fast-read; 74 + label = "bios"; 75 + spi-max-frequency = <100000000>; 76 + }; 77 + }; 67 78 68 79 &mac0 { 69 80 status = "okay";