From a8ad7b6efa319d1c2b15d239fe16d3eca389b73a Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Mon, 6 Aug 2018 08:03:30 +0200 Subject: ath79: fix compatible strings Use only the jedec,spi-nor compatible string. Everything else either never worked or is only support to keep compatibility. Signed-off-by: Mathias Kresin --- target/linux/ath79/dts/ar7161_netgear_wndr3800.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79/dts/ar7161_netgear_wndr3800.dts') diff --git a/target/linux/ath79/dts/ar7161_netgear_wndr3800.dts b/target/linux/ath79/dts/ar7161_netgear_wndr3800.dts index 59b868480a..7529c68be4 100644 --- a/target/linux/ath79/dts/ar7161_netgear_wndr3800.dts +++ b/target/linux/ath79/dts/ar7161_netgear_wndr3800.dts @@ -150,7 +150,7 @@ flash@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "mx25l12805d"; + compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; -- cgit v1.2.3