ARM: dts: qcom: add ahb reset to ipq806x-gmac
authorMatthew Hagan <mnhagan88@gmail.com>
Sat, 5 Jun 2021 17:35:38 +0000 (18:35 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 5 Aug 2021 14:24:37 +0000 (09:24 -0500)
Add GMAC_AHB_RESET to the resets property of each gmac node.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
Link: https://lore.kernel.org/r/20210605173546.4102455-2-mnhagan88@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm/boot/dts/qcom-ipq8064.dtsi

index 7bcf5ef..4139d38 100644 (file)
                        clocks = <&gcc GMAC_CORE1_CLK>;
                        clock-names = "stmmaceth";
 
-                       resets = <&gcc GMAC_CORE1_RESET>;
-                       reset-names = "stmmaceth";
+                       resets = <&gcc GMAC_CORE1_RESET>,
+                                <&gcc GMAC_AHB_RESET>;
+                       reset-names = "stmmaceth", "ahb";
 
                        status = "disabled";
                };
                        clocks = <&gcc GMAC_CORE2_CLK>;
                        clock-names = "stmmaceth";
 
-                       resets = <&gcc GMAC_CORE2_RESET>;
-                       reset-names = "stmmaceth";
+                       resets = <&gcc GMAC_CORE2_RESET>,
+                                <&gcc GMAC_AHB_RESET>;
+                       reset-names = "stmmaceth", "ahb";
 
                        status = "disabled";
                };
                        clocks = <&gcc GMAC_CORE3_CLK>;
                        clock-names = "stmmaceth";
 
-                       resets = <&gcc GMAC_CORE3_RESET>;
-                       reset-names = "stmmaceth";
+                       resets = <&gcc GMAC_CORE3_RESET>,
+                                <&gcc GMAC_AHB_RESET>;
+                       reset-names = "stmmaceth", "ahb";
 
                        status = "disabled";
                };
                        clocks = <&gcc GMAC_CORE4_CLK>;
                        clock-names = "stmmaceth";
 
-                       resets = <&gcc GMAC_CORE4_RESET>;
-                       reset-names = "stmmaceth";
+                       resets = <&gcc GMAC_CORE4_RESET>,
+                                <&gcc GMAC_AHB_RESET>;
+                       reset-names = "stmmaceth", "ahb";
 
                        status = "disabled";
                };