Commit 3f943be0 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Vineet Gupta

ARC: dts: align SPI NOR node name with dtschema

The node names should be generic and SPI NOR dtschema expects "flash".
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarVineet Gupta <vgupta@kernel.org>
parent 7f56b6d7
...@@ -275,7 +275,7 @@ spi0: spi@20000 { ...@@ -275,7 +275,7 @@ spi0: spi@20000 {
cs-gpios = <&creg_gpio 0 GPIO_ACTIVE_LOW>, cs-gpios = <&creg_gpio 0 GPIO_ACTIVE_LOW>,
<&creg_gpio 1 GPIO_ACTIVE_LOW>; <&creg_gpio 1 GPIO_ACTIVE_LOW>;
spi-flash@0 { flash@0 {
compatible = "sst26wf016b", "jedec,spi-nor"; compatible = "sst26wf016b", "jedec,spi-nor";
reg = <0>; reg = <0>;
#address-cells = <1>; #address-cells = <1>;
......
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