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/HPM.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/HPM.dts')
-rw-r--r-- | target/linux/ramips/dts/HPM.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/HPM.dts b/target/linux/ramips/dts/HPM.dts index 03bf71064f..c1b8ff3eee 100644 --- a/target/linux/ramips/dts/HPM.dts +++ b/target/linux/ramips/dts/HPM.dts @@ -15,7 +15,7 @@ status = "okay"; m25p80@0 { - compatible = "macronix,mx25l12805d"; + compatible = "jedec,spi-nor"; spi-max-frequency = <25000000>; reg = <0>; #address-cells = <1>; |