Merge "arm: dts: ipq9574: Remove redundant ethernet configuration"

This commit is contained in:
Linux Build Service Account 2021-07-19 08:49:48 -07:00 committed by Gerrit - the friendly Code Review server
commit 4a86814c28

View file

@ -110,48 +110,4 @@
nand: nand-controller@79B0000 {
status = "disabled";
};
ess-switch {
switch_mac_mode = <PORT_WRAPPER_PSGMII>;
switch_mac_mode1 = <PORT_WRAPPER_USXGMII>;
switch_mac_mode2 = <PORT_WRAPPER_SGMII_PLUS>;
malibu_gpio = <60>;
malibu_gpio_cnt = <1>;
aquantia_gpio = <36>;
aquantia_gpio_cnt = <1>;
aquantia_port = <5>;
napa_gpio = <57>;
napa_gpio_cnt = <1>;
mdc_mdio_gpio = <38 39>;
port_phyinfo {
port@0 {
phy_address = <16>;
phy_type = <MALIBU_PHY_TYPE>;
};
port@1 {
phy_address = <17>;
phy_type = <MALIBU_PHY_TYPE>;
};
port@2 {
phy_address = <18>;
phy_type = <MALIBU_PHY_TYPE>;
};
port@3 {
phy_address = <19>;
phy_type = <MALIBU_PHY_TYPE>;
};
port@4 {
phy_address = <20>;
phy_type = <MALIBU_PHY_TYPE>;
};
port@5 {
phy_address = <8>;
phy_type = <AQ_PHY_TYPE>;
};
port@6 {
phy_address = <28>;
phy_type = <QCA8081_PHY_TYPE>;
};
};
};
};