mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
arch: arm: dts: ipq5332: configure SFP RX pin state
We used to configure SFP RX pin with 8MA drive strenght and pull
up enabled, but later identified that, it is not really required.
Then, removed it in miami.
But, looks likes when device like SFP-80M module is connected to
SFP cage, these configurations are needed. So, enabling it on
all miami sfp rdps.
This change wont affect our SFP-30M module behaviour.
Change-Id: I5dd758e1d982062d9a0259b50e1e537eeda8ddc8
Signed-off-by: Ram Kumar D <quic_ramd@quicinc.com>
(cherry picked from commit b66a91afdd)
This commit is contained in:
parent
5442a91364
commit
dd66e02271
3 changed files with 6 additions and 0 deletions
|
|
@ -183,6 +183,8 @@
|
|||
qca808x_gpio = <51>;
|
||||
qca808x_gpio_cnt = <1>;
|
||||
qca8084_switch_enable = <1>;
|
||||
sfp_gpio = <24>;
|
||||
sfp_gpio_cnt = <1>;
|
||||
|
||||
port_phyinfo {
|
||||
port@0 {
|
||||
|
|
|
|||
|
|
@ -215,6 +215,8 @@
|
|||
qca808x_gpio = <51>;
|
||||
qca808x_gpio_cnt = <1>;
|
||||
qca8084_switch_enable = <1>;
|
||||
sfp_gpio = <24>;
|
||||
sfp_gpio_cnt = <1>;
|
||||
|
||||
mdio_gpio {
|
||||
mdc1 {
|
||||
|
|
|
|||
|
|
@ -183,6 +183,8 @@
|
|||
qca808x_gpio = <51>;
|
||||
qca808x_gpio_cnt = <1>;
|
||||
qca8084_switch_enable = <1>;
|
||||
sfp_gpio = <24>;
|
||||
sfp_gpio_cnt = <1>;
|
||||
|
||||
port_phyinfo {
|
||||
port@0 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue