Author: blogic Date: 2016-04-21 21:46:49 +0200 (Thu, 21 Apr 2016) New Revision: 49209
Modified: trunk/target/linux/ramips/dts/DB-WRT01.dts Log: 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 <[email protected]> Modified: trunk/target/linux/ramips/dts/DB-WRT01.dts =================================================================== --- trunk/target/linux/ramips/dts/DB-WRT01.dts 2016-04-20 18:24:35 UTC (rev 49208) +++ trunk/target/linux/ramips/dts/DB-WRT01.dts 2016-04-21 19:46:49 UTC (rev 49209) @@ -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>; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
