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/ALL5002.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/ALL5002.dts')
-rw-r--r-- | target/linux/ramips/dts/ALL5002.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/ALL5002.dts b/target/linux/ramips/dts/ALL5002.dts index 1985aa7e94..2e6a3ea1eb 100644 --- a/target/linux/ramips/dts/ALL5002.dts +++ b/target/linux/ramips/dts/ALL5002.dts @@ -17,7 +17,7 @@ m25p80@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "mx25l25635e"; + compatible = "jedec,spi-nor"; reg = <0 0>; linux,modalias = "m25p80", "mx25l25635e"; spi-max-frequency = <10000000>; |