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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -275,7 +275,7 @@
			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>;