From a0888ecbaff47b54fabf41689e9250a7718561a5 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 2 Feb 2017 22:42:25 +0100 Subject: generic: rtl8366rb: fix compatible string Use a vendor prefix as it has to be for all not core driver. Update the compatible string in the device tree files accordingly. Signed-off-by: Mathias Kresin --- target/linux/generic/files/drivers/net/phy/rtl8366rb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic') diff --git a/target/linux/generic/files/drivers/net/phy/rtl8366rb.c b/target/linux/generic/files/drivers/net/phy/rtl8366rb.c index f4ec7483d6..a0aaabf546 100644 --- a/target/linux/generic/files/drivers/net/phy/rtl8366rb.c +++ b/target/linux/generic/files/drivers/net/phy/rtl8366rb.c @@ -1458,7 +1458,7 @@ static int rtl8366rb_remove(struct platform_device *pdev) #ifdef CONFIG_OF static const struct of_device_id rtl8366rb_match[] = { - { .compatible = "rtl8366rb" }, + { .compatible = "realtek,rtl8366rb" }, {}, }; MODULE_DEVICE_TABLE(of, rtl8366rb_match); -- cgit v1.2.3