Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: qcom: gcc-ipq5018: fix GE PHY reset

The MISC reset is supposed to trigger a resets across the MDC, DSP, and
RX & TX clocks of the IPQ5018 internal GE PHY. So let's set the bitmask
of the reset definition accordingly in the GCC as per the downstream
driver.

Link: https://git.codelinaro.org/clo/qsdk/oss/kernel/linux-ipq-5.4/-/commit/00743c3e82fa87cba4460e7a2ba32f473a9ce932

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: George Moussalem <george.moussalem@outlook.com>
Link: https://lore.kernel.org/r/20250630-ipq5018-ge-phy-v6-1-01be06378c15@outlook.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

George Moussalem and committed by
Bjorn Andersson
f6a4a55a 97238070

+1 -1
+1 -1
drivers/clk/qcom/gcc-ipq5018.c
··· 3660 3660 [GCC_WCSS_AXI_S_ARES] = { 0x59008, 6 }, 3661 3661 [GCC_WCSS_Q6_BCR] = { 0x18004, 0 }, 3662 3662 [GCC_WCSSAON_RESET] = { 0x59010, 0}, 3663 - [GCC_GEPHY_MISC_ARES] = { 0x56004, 0 }, 3663 + [GCC_GEPHY_MISC_ARES] = { 0x56004, .bitmask = GENMASK(3, 0) }, 3664 3664 }; 3665 3665 3666 3666 static const struct of_device_id gcc_ipq5018_match_table[] = {