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 AQ port for HK14
Change-Id: I3cc1e3b3ec1e9829e99485fc2e2b3c4eaf492d26 Signed-off-by: Sham Muthayyan <smuthayy@codeaurora.org>
This commit is contained in:
parent
190ddf15fc
commit
ab206ea9f0
1 changed files with 7 additions and 2 deletions
|
|
@ -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>;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue