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

spi: nuvoton,npcm-fiu: Change spi-nor@0 name to flash@0

The node name for flash memories has been standardized to "flash@...".
Fix the example in nuvoton,npcm-fiu.txt accordingly.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20221031222559.199509-1-j.neuschaefer@gmx.net
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Jonathan Neuschäfer and committed by
Mark Brown
e8d6e1dd 347ad8f2

+1 -1
+1 -1
Documentation/devicetree/bindings/spi/nuvoton,npcm-fiu.txt
··· 51 51 clocks = <&clk NPCM7XX_CLK_AHB>; 52 52 pinctrl-names = "default"; 53 53 pinctrl-0 = <&spi3_pins>; 54 - spi-nor@0 { 54 + flash@0 { 55 55 ... 56 56 }; 57 57 };