siflower: bpi-rv2 device tree fix
authorRani Hod <[email protected]>
Mon, 24 Nov 2025 22:47:47 +0000 (00:47 +0200)
committerHauke Mehrtens <[email protected]>
Tue, 25 Nov 2025 21:21:13 +0000 (22:21 +0100)
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 <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/20925
Signed-off-by: Hauke Mehrtens <[email protected]>
target/linux/siflower/dts/sf21h8898_bananapi_bpi-rv2.dtsi

index 4a1d75b35f262d28bb6acbe0467fef7cc4cd2388..a40a1eb75b2845397a2e0ed16310aeca48e83e66 100644 (file)
 };
 
 &mdio0 {
-       reset-gpios = <&gpio 30 GPIO_ACTIVE_LOW>;
+       reset-gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
        reset-delay-us = <10000>;
        reset-post-delay-us = <100000>;