aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-09-20 15:02:44 +0200
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-10-19 10:59:56 +0200
commit8ce936c2f1a68c3a4f46578eed016ff92a67fbc6 (patch)
tree3a31a8651c47c832b8bf0a31569901879dd88cd7 /arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts
parentLinux 5.15-rc1 (diff)
downloadlinux-dev-8ce936c2f1a68c3a4f46578eed016ff92a67fbc6.tar.xz
linux-dev-8ce936c2f1a68c3a4f46578eed016ff92a67fbc6.zip
riscv: dts: sifive: use only generic JEDEC SPI NOR flash compatible
The compatible "issi,is25wp256" is undocumented and instead only a generic jedec,spi-nor should be used (if appropriate). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20210920130248.145058-1-krzysztof.kozlowski@canonical.com
Diffstat (limited to 'arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts')
-rw-r--r--arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts b/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts
index 60846e88ae4b..633b31b6e25c 100644
--- a/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts
+++ b/arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts
@@ -63,7 +63,7 @@
&qspi0 {
status = "okay";
flash@0 {
- compatible = "issi,is25wp256", "jedec,spi-nor";
+ compatible = "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <50000000>;
m25p,fast-read;