mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 16:31:13 +00:00
do not list specific board compatible strings
The general practice is to use the general SoC compatible string in both the DTS and the board specific .c file. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34393
This commit is contained in:
parent
94b7be6dd7
commit
5d6208f34d
@ -27,8 +27,6 @@ static void __init mcs814x_dt_device_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const char *mcs8140_dt_board_compat[] __initdata = {
|
static const char *mcs8140_dt_board_compat[] __initdata = {
|
||||||
"devolo,dlan-usb-extender",
|
|
||||||
"tigal,rbt-832",
|
|
||||||
"moschip,mcs8140",
|
"moschip,mcs8140",
|
||||||
NULL, /* sentinel */
|
NULL, /* sentinel */
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user