openwrtv4/target/linux/ramips/dts/AWM002-8M.dtsi
Mathias Kresin 05b1fcc70b ramips: cleanup SPI flash device tree properties usage
Use only the jedec,spi-nor compatible string. Everything else either
never worked or is only support to keep compatibility.

Remove the linux,modalias property. It is obsolete since kernel 4.4.

Signed-off-by: Mathias Kresin <dev@kresin.me>
2017-02-02 22:48:54 +01:00

10 lines
147 B
Text

#include "AWM002.dtsi"
/ {
compatible = "AWM002", "ralink,rt5350-soc";
model = "AsiaRF AWM002";
};
&m25p80 {
compatible = "jedec,spi-nor";
};