mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-10 03:07:16 +01:00
arm: dts: ipq9574: Fix AQ Phy Address and GPIO
Change-Id: Id0044be3fa723925bcb440edd8d168bd5c718490 Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
parent
ffbee0b40e
commit
51ca57fd04
1 changed files with 5 additions and 5 deletions
|
|
@ -160,12 +160,12 @@
|
|||
switch_mac_mode0 = <PORT_WRAPPER_PSGMII>;
|
||||
switch_mac_mode1 = <PORT_WRAPPER_USXGMII>;
|
||||
switch_mac_mode2 = <PORT_WRAPPER_USXGMII>;
|
||||
aquantia_gpio = <37>;
|
||||
qca807x_gpio = <60>;
|
||||
qca807x_gpio_cnt = <1>;
|
||||
aquantia_gpio = <36>;
|
||||
aquantia_gpio_cnt = <1>;
|
||||
aquantia_port = <4 5>;
|
||||
aquantia_port_cnt = <2>;
|
||||
qca807x_gpio = <60>;
|
||||
qca807x_gpio_cnt = <1>;
|
||||
mdc_mdio_gpio = <38 39>;
|
||||
port_phyinfo {
|
||||
port@0 {
|
||||
|
|
@ -185,11 +185,11 @@
|
|||
phy_type = <QCA807x_PHY_TYPE>;
|
||||
};
|
||||
port@4 {
|
||||
phy_address = <0>;
|
||||
phy_address = <8>;
|
||||
phy_type = <AQ_PHY_TYPE>;
|
||||
};
|
||||
port@5 {
|
||||
phy_address = <8>;
|
||||
phy_address = <0>;
|
||||
phy_type = <AQ_PHY_TYPE>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue