diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-18 22:26:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-18 22:26:40 +0000 |
commit | 32877b31dc8e6ae32e3c889edf6a9cbecb8d8b81 (patch) | |
tree | a0e294fe42abde8eb89ca8e6838875daa90a17e4 /target/linux/ramips/dts/ArcherC20i.dts | |
parent | 41aa066df90f3fb33c6c9dfc517a5d7501f03714 (diff) | |
download | upstream-32877b31dc8e6ae32e3c889edf6a9cbecb8d8b81.tar.gz upstream-32877b31dc8e6ae32e3c889edf6a9cbecb8d8b81.tar.bz2 upstream-32877b31dc8e6ae32e3c889edf6a9cbecb8d8b81.zip |
ramips: update DTS files to use jedec,spi-nor compatible string for m25p80 to fix probe issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47935
Diffstat (limited to 'target/linux/ramips/dts/ArcherC20i.dts')
-rw-r--r-- | target/linux/ramips/dts/ArcherC20i.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/ArcherC20i.dts b/target/linux/ramips/dts/ArcherC20i.dts index da2269918f..a2a77b4156 100644 --- a/target/linux/ramips/dts/ArcherC20i.dts +++ b/target/linux/ramips/dts/ArcherC20i.dts @@ -21,7 +21,7 @@ m25p80@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "en25q64"; + compatible = "jedec,spi-nor"; reg = <0 0>; linux,modalias = "m25p80", "mx25l6405d"; spi-max-frequency = <10000000>; |