do not list specific board compatible strings
authorFlorian Fainelli <florian@openwrt.org>
Tue, 27 Nov 2012 18:42:32 +0000 (18:42 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 27 Nov 2012 18:42:32 +0000 (18:42 +0000)
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

target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/board-mcs8140-dt.c

index 766166b05508953338e5544f91c3edf283e1be45..5d13283e93dd9447a32234e73f7c15fedc4a37c6 100644 (file)
@@ -27,8 +27,6 @@ static void __init mcs814x_dt_device_init(void)
 }
 
 static const char *mcs8140_dt_board_compat[] __initdata = {
-       "devolo,dlan-usb-extender",
-       "tigal,rbt-832",
        "moschip,mcs8140",
        NULL,   /* sentinel */
 };