[openwrt/openwrt] siflower: bpi-rv2 device tree fix

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 25 13:22:25 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b92a339f92b1d984f9c5e362348ad60cb86df896

commit b92a339f92b1d984f9c5e362348ad60cb86df896
Author: Rani Hod <rani.hod at gmail.com>
AuthorDate: Tue Nov 25 00:47:47 2025 +0200

    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 at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20925
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi b/target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi
index 4a1d75b35f..a40a1eb75b 100644
--- a/target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi
+++ b/target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi
@@ -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>;
 




More information about the lede-commits mailing list