mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-14 20:02:04 +08:00
ipq806x: fix nss frequency on ipq8062 (#7360)
This commit is contained in:
parent
4b4261fff3
commit
89a8e0d652
@ -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>;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user