mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
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:
parent
4cae3413c5
commit
f95c4c56d6
|
|
@ -980,8 +980,9 @@ gmac0: ethernet@37000000 {
|
|||
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 @@ gmac1: ethernet@37200000 {
|
|||
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 @@ gmac2: ethernet@37400000 {
|
|||
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 @@ gmac3: ethernet@37600000 {
|
|||
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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user