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 <dev@kresin.me>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
};
|
||||
|
||||
rtl8366rb {
|
||||
compatible = "rtl8366rb";
|
||||
compatible = "realtek,rtl8366rb";
|
||||
gpio-sda = <&gpio0 1 0>;
|
||||
gpio-sck = <&gpio0 2 0>;
|
||||
};
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
};
|
||||
|
||||
rtl8366rb {
|
||||
compatible = "rtl8366rb";
|
||||
compatible = "realtek,rtl8366rb";
|
||||
gpio-sda = <&gpio0 1 0>;
|
||||
gpio-sck = <&gpio0 2 0>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user