aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-04-07 16:33:22 +0200
committerVineet Gupta <vgupta@kernel.org>2022-04-18 12:22:31 -0700
commit3f943be0e76c72955ca4d1376b9577755be85f5c (patch)
treea8ef28639a0d592cb75a027201ec8498b6c89d17
parentARC: Remove a redundant memset() (diff)
downloadlinux-dev-3f943be0e76c72955ca4d1376b9577755be85f5c.tar.xz
linux-dev-3f943be0e76c72955ca4d1376b9577755be85f5c.zip
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>
-rw-r--r--arch/arc/boot/dts/hsdk.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts
index dcaa44e408ac..f48ba03e9b5e 100644
--- a/arch/arc/boot/dts/hsdk.dts
+++ b/arch/arc/boot/dts/hsdk.dts
@@ -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>;