ipq807x: Fix SFP port for HK10

Change-Id: Idca83bd96b6cd4cdcad45d15046805d251e7ea0d
Signed-off-by: Sham Muthayyan <smuthayy@codeaurora.org>
This commit is contained in:
Sham Muthayyan 2020-06-12 17:59:58 +05:30 committed by Gerrit - the friendly Code Review server
parent ab206ea9f0
commit eb5312c9d4
2 changed files with 8 additions and 1 deletions

View file

@ -28,9 +28,11 @@
ess-switch {
switch_mac_mode = <0x0>;
switch_mac_mode1 = <0x2>;
switch_mac_mode2 = <0x6>;
switch_mac_mode2 = <0x7>;
aquantia_port = <4>;
aquantia_gpio = <44>;
sfp_port = <5>;
sfp_gpio = <59>;
port_phyinfo {
port@0 {
phy_address = <0>;
@ -52,6 +54,10 @@
phy_address = <7>;
phy_type = <3>;
};
port@5 {
phy_address = <30>;
phy_type = <5>;
};
};
};
};

View file

@ -104,6 +104,7 @@ enum phy_mode {
QCA8081_PHY_TYPE = 2,
AQ_PHY_TYPE = 3,
QCA8033_PHY_TYPE = 4,
SFP_PHY_TYPE = 5,
};
typedef struct {