ARM: dts: qcom: add ahb reset to ipq806x-gmac
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>
This commit is contained in:
Родитель
4cae3413c5
Коммит
f95c4c56d6
|
@ -980,8 +980,9 @@
|
|||
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";
|
||||
};
|
||||
|
@ -1003,8 +1004,9 @@
|
|||
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";
|
||||
};
|
||||
|
@ -1026,8 +1028,9 @@
|
|||
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";
|
||||
};
|
||||
|
@ -1049,8 +1052,9 @@
|
|||
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";
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче