mediatek: increase phy assert time for jdcloud re-cp-03
According to RTL8221B's datasheet, the PHY requires at least 10ms for assert and 68ms (recommended) for de-assert. So increase the assert/de-assert time to 15ms and 68ms respectively. Fixes:c0c3234e17("mediatek: add support for JDCloud RE-CP-03") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Link: https://github.com/openwrt/openwrt/pull/16106 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commitd1954aa535)
This commit is contained in:
committed by
Hauke Mehrtens
parent
c241885687
commit
6fadcee50b
@@ -125,8 +125,8 @@
|
||||
reg = <6>;
|
||||
|
||||
reset-gpios = <&pio 6 GPIO_ACTIVE_LOW>;
|
||||
reset-assert-us = <10000>;
|
||||
reset-deassert-us = <50000>;
|
||||
reset-assert-us = <15000>;
|
||||
reset-deassert-us = <68000>;
|
||||
realtek,aldps-enable;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user