ipq806x: fix nss frequency on ipq8062 (#7360)

This commit is contained in:
AmadeusGhost 2021-07-12 21:59:14 +08:00 committed by GitHub
parent 4b4261fff3
commit 89a8e0d652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,3 +93,15 @@
&smb208_s2b {
regulator-max-microvolt = <1150000>;
};
&nss0 {
qcom,low-frequency = <550000000>; /* orig value 110000000 */
qcom,mid-frequency = <550000000>; /* orig value 275000000 */
qcom,max-frequency = <550000000>;
};
&nss1 {
qcom,low-frequency = <550000000>; /* orig value 110000000 */
qcom,mid-frequency = <550000000>; /* orig value 275000000 */
qcom,max-frequency = <550000000>;
};