qualcommbe: ipq95xx: Drop redundant comment in NSSCC clock patch

Drop redundant comment in NSSCC clock patch. The problem has been
identified hence the comment doesn't apply anymore.

Link: https://github.com/openwrt/openwrt/pull/17788
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2025-01-30 16:47:04 +01:00
parent 0a9dc5a6f4
commit 1d88859cd3
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -3118,7 +3118,7 @@ Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
+ .driver = {
+ .name = "qcom,nsscc-ipq9574",
+ .of_match_table = nss_cc_ipq9574_match_table,
+ .sync_state = icc_sync_state, /* TODO seems to cause hang */
+ .sync_state = icc_sync_state,
+ },
+};
+