mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq807x: Fix SFP port for HK10
Change-Id: Idca83bd96b6cd4cdcad45d15046805d251e7ea0d Signed-off-by: Sham Muthayyan <smuthayy@codeaurora.org>
This commit is contained in:
parent
ab206ea9f0
commit
eb5312c9d4
2 changed files with 8 additions and 1 deletions
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue