diff options
author | Mathias Kresin <dev@kresin.me> | 2017-02-02 22:42:25 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-02-03 00:46:03 +0100 |
commit | a0888ecbaff47b54fabf41689e9250a7718561a5 (patch) | |
tree | 8b0db15fed83bc89380386d2ad96aefefb4b4af5 /target/linux/ramips | |
parent | 2c4d81310f0c1e23c8c89227c59d6c48ce689da5 (diff) | |
download | upstream-a0888ecbaff47b54fabf41689e9250a7718561a5.tar.gz upstream-a0888ecbaff47b54fabf41689e9250a7718561a5.tar.bz2 upstream-a0888ecbaff47b54fabf41689e9250a7718561a5.zip |
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>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/dts/F5D8235_V2.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/WL-351.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/F5D8235_V2.dts b/target/linux/ramips/dts/F5D8235_V2.dts index 084ca0f25a..b38dbbb072 100644 --- a/target/linux/ramips/dts/F5D8235_V2.dts +++ b/target/linux/ramips/dts/F5D8235_V2.dts @@ -37,7 +37,7 @@ }; rtl8366rb { - compatible = "rtl8366rb"; + compatible = "realtek,rtl8366rb"; gpio-sda = <&gpio0 1 0>; gpio-sck = <&gpio0 2 0>; }; diff --git a/target/linux/ramips/dts/WL-351.dts b/target/linux/ramips/dts/WL-351.dts index 91e71c657a..0c65f2f45c 100644 --- a/target/linux/ramips/dts/WL-351.dts +++ b/target/linux/ramips/dts/WL-351.dts @@ -79,7 +79,7 @@ }; rtl8366rb { - compatible = "rtl8366rb"; + compatible = "realtek,rtl8366rb"; gpio-sda = <&gpio0 1 0>; gpio-sck = <&gpio0 2 0>; }; |