mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-22 15:26:54 +00:00
generic: rtl8367: add vendor prefix to the compatible string
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36218
This commit is contained in:
parent
348640f4b3
commit
68c931c637
@ -1736,7 +1736,7 @@ static void rtl8367_shutdown(struct platform_device *pdev)
|
||||
|
||||
#ifdef CONFIG_OF
|
||||
static const struct of_device_id rtl8367_match[] = {
|
||||
{ .compatible = "rtl8367" },
|
||||
{ .compatible = "realtek,rtl8367" },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, rtl83767_match);
|
||||
|
Loading…
Reference in New Issue
Block a user