Skip to content

Commit 3f943be

Browse files
krzkvineetgarc
authored andcommitted
ARC: dts: align SPI NOR node name with dtschema
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>
1 parent 7f56b6d commit 3f943be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arc/boot/dts/hsdk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
cs-gpios = <&creg_gpio 0 GPIO_ACTIVE_LOW>,
276276
<&creg_gpio 1 GPIO_ACTIVE_LOW>;
277277

278-
spi-flash@0 {
278+
flash@0 {
279279
compatible = "sst26wf016b", "jedec,spi-nor";
280280
reg = <0>;
281281
#address-cells = <1>;

0 commit comments

Comments
 (0)