Skip to content

Commit b6d7bb0

Browse files
LorenzoBianconikwilczynski
authored andcommitted
PCI: mediatek-gen3: Remove leftover mac_reset assert for Airoha EN7581 SoC
Remove a leftover assert for mac_reset line in mtk_pcie_en7581_power_up(). This is not harmful since EN7581 does not requires mac_reset and mac_reset is not defined in EN7581 device tree. Signed-off-by: Lorenzo Bianconi <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Philipp Zabel <[email protected]> Link: https://lore.kernel.org/r/20250201-pcie-en7581-remove-mac_reset-v2-1-a06786cdc683@kernel.org [kwilczynski: commit log] Signed-off-by: Krzysztof Wilczyński <[email protected]>
1 parent 2014c95 commit b6d7bb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pci/controller/pcie-mediatek-gen3.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,6 @@ static int mtk_pcie_en7581_power_up(struct mtk_gen3_pcie *pcie)
940940
*/
941941
reset_control_bulk_assert(pcie->soc->phy_resets.num_resets,
942942
pcie->phy_resets);
943-
reset_control_assert(pcie->mac_reset);
944943

945944
/* Wait for the time needed to complete the reset lines assert. */
946945
msleep(PCIE_EN7581_RESET_TIME_MS);

0 commit comments

Comments
 (0)