mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-08 10:17:29 +01:00
siflower: bpi-rv2 device tree fix
As per schematics, GPIO 30 is incorrect to use as the reset pin for the QSGMII PHY SF23P1240; the correct one is GPIO 22. Signed-off-by: Rani Hod <rani.hod@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20925 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
26ba9b609b
commit
b92a339f92
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@
|
|||
};
|
||||
|
||||
&mdio0 {
|
||||
reset-gpios = <&gpio 30 GPIO_ACTIVE_LOW>;
|
||||
reset-gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
|
||||
reset-delay-us = <10000>;
|
||||
reset-post-delay-us = <100000>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue