From: Jonathan Neuschäfer Date: Mon, 31 Oct 2022 22:25:59 +0000 (+0100) Subject: spi: nuvoton,npcm-fiu: Change spi-nor@0 name to flash@0 X-Git-Tag: io_uring-6.2-2022-12-19~32^2~35 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e8d6e1dd609696128e646a8c747b0f3fb1e02545;p=linux-block.git 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 Link: https://lore.kernel.org/r/20221031222559.199509-1-j.neuschaefer@gmx.net Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/spi/nuvoton,npcm-fiu.txt b/Documentation/devicetree/bindings/spi/nuvoton,npcm-fiu.txt index c63ce4cc0a80..fb38e96d395f 100644 --- a/Documentation/devicetree/bindings/spi/nuvoton,npcm-fiu.txt +++ b/Documentation/devicetree/bindings/spi/nuvoton,npcm-fiu.txt @@ -51,7 +51,7 @@ fiu3: spi@c00000000 { clocks = <&clk NPCM7XX_CLK_AHB>; pinctrl-names = "default"; pinctrl-0 = <&spi3_pins>; - spi-nor@0 { + flash@0 { ... }; };