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/RP-N53.dts | |
parent | 41aa066df90f3fb33c6c9dfc517a5d7501f03714 (diff) | |
download | mtk-20170518-32877b31dc8e6ae32e3c889edf6a9cbecb8d8b81.zip mtk-20170518-32877b31dc8e6ae32e3c889edf6a9cbecb8d8b81.tar.gz mtk-20170518-32877b31dc8e6ae32e3c889edf6a9cbecb8d8b81.tar.bz2 |
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/RP-N53.dts')
-rw-r--r-- | target/linux/ramips/dts/RP-N53.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/RP-N53.dts b/target/linux/ramips/dts/RP-N53.dts index fc1cf9b..8ebceb2 100644 --- a/target/linux/ramips/dts/RP-N53.dts +++ b/target/linux/ramips/dts/RP-N53.dts @@ -27,7 +27,7 @@ m25p80@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "mx25l6405d"; + compatible = "jedec,spi-nor"; reg = <0 0>; linux,modalias = "m25p80"; spi-max-frequency = <10000000>; |