Skip to content

Commit 5efb648

Browse files
neuschaeferarndb
authored andcommitted
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: 38abcb0 ("ARM: dts: wpcm450: Add FIU SPI controller node") Signed-off-by: Jonathan Neuschäfer <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
1 parent b459861 commit 5efb648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/nuvoton-wpcm450.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@
480480
reg = <0xc8000000 0x1000>, <0xc0000000 0x4000000>;
481481
reg-names = "control", "memory";
482482
clocks = <&clk 0>;
483+
nuvoton,shm = <&shm>;
483484
status = "disabled";
484485
};
485486

0 commit comments

Comments
 (0)