Skip to content

Commit 8ce936c

Browse files
committed
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6880fa6 commit 8ce936c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
&qspi0 {
6464
status = "okay";
6565
flash@0 {
66-
compatible = "issi,is25wp256", "jedec,spi-nor";
66+
compatible = "jedec,spi-nor";
6767
reg = <0>;
6868
spi-max-frequency = <50000000>;
6969
m25p,fast-read;

arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
&qspi0 {
212212
status = "okay";
213213
flash@0 {
214-
compatible = "issi,is25wp256", "jedec,spi-nor";
214+
compatible = "jedec,spi-nor";
215215
reg = <0>;
216216
spi-max-frequency = <50000000>;
217217
m25p,fast-read;

0 commit comments

Comments
 (0)