Skip to content
Snippets Groups Projects
Commit 756b8101 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

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: default avatarGabor Juhos <juhosg@openwrt.org>

SVN-Revision: 36231
parent 747b795b
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,8 @@
status = "okay";
};
rtl8366b {
compatible = "rtl8367b";
rtl8367b {
compatible = "realtek,rtl8367b";
gpio-sda = <&gpio0 1 0>;
gpio-sck = <&gpio0 2 0>;
realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
......@@ -120,7 +120,7 @@
gpio-leds {
compatible = "gpio-leds";
inet {
label = "d-link:green:inet";
gpios = <&gpio0 0 1>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment