From: blogic Date: Thu, 21 Apr 2016 19:46:49 +0000 (+0000) Subject: ramips: update DTS file for Planex DB-WRT01 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=fc8e2f298cb9c0cda17cfdab5ebd862b4b4bed13;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49209 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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>;