[PATCH v2 2/2] clk: qcom: nord: negcc: add support for the USB2 PHY reset

From: Bartosz Golaszewski

Date: Mon May 18 2026 - 07:00:17 EST


Expose the USB2 PHY reset in order to enable adding the USB nodes in DTS
for Nord.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
---
drivers/clk/qcom/negcc-nord.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/clk/qcom/negcc-nord.c b/drivers/clk/qcom/negcc-nord.c
index 1aa24e2784e536e6b6e76f488abd0e2fcc435380..162b58800d3d9f4a6a619ba98b471a2511effeb8 100644
--- a/drivers/clk/qcom/negcc-nord.c
+++ b/drivers/clk/qcom/negcc-nord.c
@@ -1918,6 +1918,7 @@ static const struct qcom_reset_map ne_gcc_nord_resets[] = {
[NE_GCC_USB3_PHY_SEC_BCR] = { 0x2d000 },
[NE_GCC_USB3PHY_PHY_PRIM_BCR] = { 0x2b004 },
[NE_GCC_USB3PHY_PHY_SEC_BCR] = { 0x2d004 },
+ [NE_GCC_QUSB2PHY_PRIM_BCR] = { 0x2e000 },
};

static const struct clk_rcg_dfs_data ne_gcc_nord_dfs_clocks[] = {

--
2.47.3