diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-21 19:46:49 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-21 19:46:49 +0000 |
commit | 35a55817e4a7bf5e5210e37b9d667e6abfeb4a93 (patch) | |
tree | d335fdac08ca284645ae643599b2ba925743bcc9 /target/linux/ramips/dts | |
parent | d6fbdaeeb9d97e7d0f38713f2bc222378f124aef (diff) | |
download | master-187ad058-35a55817e4a7bf5e5210e37b9d667e6abfeb4a93.tar.gz master-187ad058-35a55817e4a7bf5e5210e37b9d667e6abfeb4a93.tar.bz2 master-187ad058-35a55817e4a7bf5e5210e37b9d667e6abfeb4a93.zip |
ramips: update DTS file for Planex DB-WRT01
update DTS files to use jedec,spi-nor compatible string for m25p80 to fix probe issues.
Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49209 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/DB-WRT01.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/DB-WRT01.dts b/target/linux/ramips/dts/DB-WRT01.dts index e3a7770835..097b87b284 100644 --- a/target/linux/ramips/dts/DB-WRT01.dts +++ b/target/linux/ramips/dts/DB-WRT01.dts @@ -17,7 +17,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>; |