Commit e8d6e1dd authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Mark Brown

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: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20221031222559.199509-1-j.neuschaefer@gmx.netSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 347ad8f2
...@@ -51,7 +51,7 @@ fiu3: spi@c00000000 { ...@@ -51,7 +51,7 @@ fiu3: spi@c00000000 {
clocks = <&clk NPCM7XX_CLK_AHB>; clocks = <&clk NPCM7XX_CLK_AHB>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&spi3_pins>; pinctrl-0 = <&spi3_pins>;
spi-nor@0 { flash@0 {
... ...
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment