mirror of https://github.com/hak5/openwrt.git
generic: rtl8367: add compatible string with vendor prefix
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36230lede-17.01
parent
f5d8d80ca9
commit
747b795b56
|
@ -1573,6 +1573,7 @@ static void rtl8367b_shutdown(struct platform_device *pdev)
|
||||||
|
|
||||||
#ifdef CONFIG_OF
|
#ifdef CONFIG_OF
|
||||||
static const struct of_device_id rtl8367b_match[] = {
|
static const struct of_device_id rtl8367b_match[] = {
|
||||||
|
{ .compatible = "realtek,rtl8367b" },
|
||||||
{ .compatible = "rtl8367b" },
|
{ .compatible = "rtl8367b" },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue