From 59ec05318094f453a6d00a55208ec6ea14b9fbf1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 18 Dec 2015 22:26:40 +0000 Subject: ramips: update DTS files to use jedec,spi-nor compatible string for m25p80 to fix probe issues Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47935 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/dts/FIREWRT.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/dts/FIREWRT.dts') diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index b3f66a181b..e7cfb11744 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++ b/target/linux/ramips/dts/FIREWRT.dts @@ -26,7 +26,7 @@ m25p80@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "w25q128"; + compatible = "jedec,spi-nor"; reg = <0 0>; linux,modalias = "m25p80"; spi-max-frequency = <10000000>; -- cgit v1.2.3