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 <dev@kresin.me>
#ifdef CONFIG_OF
static const struct of_device_id rtl8366rb_match[] = {
- { .compatible = "rtl8366rb" },
+ { .compatible = "realtek,rtl8366rb" },
{},
};
MODULE_DEVICE_TABLE(of, rtl8366rb_match);
};
rtl8366rb {
- compatible = "rtl8366rb";
+ compatible = "realtek,rtl8366rb";
gpio-sda = <&gpio 35 GPIO_ACTIVE_HIGH>;
gpio-sck = <&gpio 37 GPIO_ACTIVE_HIGH>;
};
};
rtl8366rb {
- compatible = "rtl8366rb";
+ compatible = "realtek,rtl8366rb";
gpio-sda = <&gpio0 1 0>;
gpio-sck = <&gpio0 2 0>;
};
};
rtl8366rb {
- compatible = "rtl8366rb";
+ compatible = "realtek,rtl8366rb";
gpio-sda = <&gpio0 1 0>;
gpio-sck = <&gpio0 2 0>;
};