ARC: dts: align SPI NOR node name with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 7 Apr 2022 14:33:22 +0000 (16:33 +0200)
committerVineet Gupta <vgupta@kernel.org>
Mon, 18 Apr 2022 19:22:31 +0000 (12:22 -0700)
The node names should be generic and SPI NOR dtschema expects "flash".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
arch/arc/boot/dts/hsdk.dts

index dcaa44e..f48ba03 100644 (file)
                        cs-gpios = <&creg_gpio 0 GPIO_ACTIVE_LOW>,
                                   <&creg_gpio 1 GPIO_ACTIVE_LOW>;
 
-                       spi-flash@0 {
+                       flash@0 {
                                compatible = "sst26wf016b", "jedec,spi-nor";
                                reg = <0>;
                                #address-cells = <1>;