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

ARM: dts: wpcm450: Add nuvoton,shm = <&shm> to FIU node

The Flash Interface Unit (FIU) should have a reference to the Shared
Memory controller (SHM) so that flash access from the host (x86 computer
managed by the WPCM450 BMC) can be blocked during flash access by the
FIU driver.

Fixes: 38abcb0d68767 ("ARM: dts: wpcm450: Add FIU SPI controller node")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20230129112611.1176517-1-j.neuschaefer@gmx.net
Signed-off-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20230201044158.962417-1-joel@jms.id.au
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Jonathan Neuschäfer and committed by
Arnd Bergmann
5efb6480 b4598617

+1
+1
arch/arm/boot/dts/nuvoton-wpcm450.dtsi
··· 480 480 reg = <0xc8000000 0x1000>, <0xc0000000 0x4000000>; 481 481 reg-names = "control", "memory"; 482 482 clocks = <&clk 0>; 483 + nuvoton,shm = <&shm>; 483 484 status = "disabled"; 484 485 }; 485 486