]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
qualcommax: ipq50xx: ess-switch: Remove AHB reset quirk 23654/head
authorGeorge Moussalem <george.moussalem@outlook.com>
Thu, 4 Jun 2026 05:51:33 +0000 (09:51 +0400)
committerRobert Marko <robimarko@gmail.com>
Thu, 4 Jun 2026 20:21:50 +0000 (22:21 +0200)
The AHB reset quirk was added to the ESS switch driver to work around an
issue a fixed link wasn't setup properly. However, this workaround is no
longer needed as the actual issue was in the QCA8K DSA switch driver on
the other end which has been fixed.

This reverts commit 273bd3463c74 ("qualcommax: ipq50xx: prepare for UNIPHY reset fix")

Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/23654
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq5018-ess.dtsi

index 384d7e36f53c1e3745dfc497e1475ef7d81b99d1..a42b7bbeaa32abb1291bea3d1976a15495c8ac20 100644 (file)
                        resets = <&gcc GCC_GMAC0_BCR>,
                                 <&gcc GCC_GMAC1_BCR>,
                                 <&gcc GCC_UNIPHY_BCR>,
-                                <&gcc GCC_UNIPHY_AHB_ARES>,
                                 <&gcc GCC_UNIPHY_SOFT_RESET>;
                        reset-names = "gmac0_bcr_rst",
                                      "gmac1_bcr_rst",
                                      "uniphy_bcr_rst",
-                                     "uniphy1_ahb_rst",
                                      "uniphy1_soft_rst";
 
                        status = "disabled";