ramips: fix ethernet switch node in DIR-645.dts
Fix a typo in the node name and add vendor prefix for the compatible string. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36231
This commit is contained in:
parent
747b795b56
commit
756b810178
1 changed files with 3 additions and 3 deletions
|
@ -94,8 +94,8 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
rtl8366b {
|
rtl8367b {
|
||||||
compatible = "rtl8367b";
|
compatible = "realtek,rtl8367b";
|
||||||
gpio-sda = <&gpio0 1 0>;
|
gpio-sda = <&gpio0 1 0>;
|
||||||
gpio-sck = <&gpio0 2 0>;
|
gpio-sck = <&gpio0 2 0>;
|
||||||
realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
|
realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
|
||||||
|
|
Loading…
Reference in a new issue