ramips: Fix documentation for the rt3050 switch driver.
[openwrt.git] / target / linux / ramips / dts / mt7620n.dtsi
index a3132b8..e8ce3b2 100644 (file)
        };
 
        usbphy: usbphy {
-               compatible = "ralink,mt7620a-usbphy";
+               compatible = "mediatek,mt7620-usbphy";
                #phy-cells = <1>;
 
                resets = <&rstctrl 22 &rstctrl 25>;
        };
 
        ethernet@10100000 {
-               compatible = "ralink,mt7620a-eth";
+               compatible = "mediatek,mt7620-eth";
                reg = <0x10100000 10000>;
 
                #address-cells = <1>;
                resets = <&rstctrl 21 &rstctrl 23>;
                reset-names = "fe", "esw";
 
+               mediatek,switch = <&gsw>;
+
                mdio-bus {
                        #address-cells = <1>;
                        #size-cells = <0>;
                };
        };
 
-       gsw@10110000 {
-               compatible = "ralink,mt7620a-gsw";
+       gsw: gsw@10110000 {
+               compatible = "mediatek,mt7620-gsw";
                reg = <0x10110000 8000>;
 
                resets = <&rstctrl 23>;
 
                interrupt-parent = <&intc>;
                interrupts = <17>;
-               ralink,port4 = "gmac";
+               mediatek,port4 = "gmac";
        };
 
        ehci@101c0000 {
-               compatible = "ralink,rt3xxx-ehci";
+               compatible = "generic-ehci";
                reg = <0x101c0000 0x1000>;
 
                interrupt-parent = <&intc>;
        };
 
        ohci@101c1000 {
-               compatible = "ralink,rt3xxx-ohci";
+               compatible = "generic-ohci";
                reg = <0x101c1000 0x1000>;
 
                phys = <&usbphy 1>;