05b1fcc70b
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>
10 lines
147 B
Text
10 lines
147 B
Text
#include "AWM002.dtsi"
|
|
|
|
/ {
|
|
compatible = "AWM002", "ralink,rt5350-soc";
|
|
model = "AsiaRF AWM002";
|
|
};
|
|
|
|
&m25p80 {
|
|
compatible = "jedec,spi-nor";
|
|
};
|