ipq807x: Fix AQ port for HK14

Change-Id: I3cc1e3b3ec1e9829e99485fc2e2b3c4eaf492d26
Signed-off-by: Sham Muthayyan <smuthayy@codeaurora.org>
This commit is contained in:
Sham Muthayyan 2020-06-11 16:10:35 +05:30 committed by Gerrit - the friendly Code Review server
parent 190ddf15fc
commit ab206ea9f0

View file

@ -25,9 +25,9 @@
};
ess-switch {
switch_mac_mode = <0x5>;
switch_mac_mode1 = <0x7>;
switch_mac_mode1 = <0xFF>;
switch_mac_mode2 = <0x2>;
aquantia_port = <4>;
aquantia_port = <5>;
aquantia_gpio = <44>;
port_phyinfo {
port@0 {
@ -47,9 +47,14 @@
phy_type = <1>;
};
port@4 {
phy_address = <4>;
phy_type = <1>;
};
port@5 {
phy_address = <7>;
phy_type = <3>;
};
};
};
};