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:
parent
0a9dc5a6f4
commit
1d88859cd3
1 changed files with 1 additions and 1 deletions
|
@ -3118,7 +3118,7 @@ Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com>
|
||||||
+ .driver = {
|
+ .driver = {
|
||||||
+ .name = "qcom,nsscc-ipq9574",
|
+ .name = "qcom,nsscc-ipq9574",
|
||||||
+ .of_match_table = nss_cc_ipq9574_match_table,
|
+ .of_match_table = nss_cc_ipq9574_match_table,
|
||||||
+ .sync_state = icc_sync_state, /* TODO seems to cause hang */
|
+ .sync_state = icc_sync_state,
|
||||||
+ },
|
+ },
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue