From d50ea18899ccc3c83dafc3a8993bcadb29472d84 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sat, 6 Apr 2013 17:19:31 +0000 Subject: [PATCH] generic: rtl8367: add compatible string with vendor prefix Signed-off-by: Gabor Juhos SVN-Revision: 36230 --- target/linux/generic/files/drivers/net/phy/rtl8367b.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/files/drivers/net/phy/rtl8367b.c b/target/linux/generic/files/drivers/net/phy/rtl8367b.c index 47c0ff94b9..a82f696d7f 100644 --- a/target/linux/generic/files/drivers/net/phy/rtl8367b.c +++ b/target/linux/generic/files/drivers/net/phy/rtl8367b.c @@ -1573,6 +1573,7 @@ static void rtl8367b_shutdown(struct platform_device *pdev) #ifdef CONFIG_OF static const struct of_device_id rtl8367b_match[] = { + { .compatible = "realtek,rtl8367b" }, { .compatible = "rtl8367b" }, {}, }; -- 2.30.2