Browse Source

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 <[email protected]>
Christian Marangi 11 months ago
parent
commit
1d88859cd3

+ 1 - 1
target/linux/qualcommbe/patches-6.6/105-05-clk-qcom-Add-NSS-clock-Controller-driver-for-IPQ9574.patch

@@ -3118,7 +3118,7 @@ Signed-off-by: Manikanta Mylavarapu <[email protected]>
 +	.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,
 +	},
 +};
 +