Merge "ARM: dts: msm: Add dtsi entry to configure cpu mask" into wlan-platform.lnx.2.0
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
10afcaf771
@@ -211,6 +211,9 @@ properties:
|
||||
qcom,bus-bw-cfg:
|
||||
description: Bus bandwidth voting data.
|
||||
|
||||
wlan-txrx-intr-cpumask:
|
||||
description: cpumask for wlan tx rx interrupt affinity
|
||||
|
||||
qcom,tcs_offset_int_pow_amp_vreg:
|
||||
description: |
|
||||
TCS CMD register offset for Voltage
|
||||
|
@@ -187,6 +187,11 @@
|
||||
"{class: wlan_pdc, ss: bb, res: s5f.v, enable: 1}",
|
||||
"{class: wlan_pdc, ss: bb, res: s5f.v, upval: 932}",
|
||||
"{class: wlan_pdc, ss: bb, res: s5f.v, dwnval: 444}";
|
||||
|
||||
/* cpu mask used for wlan tx rx interrupt affinity
|
||||
* <cpumask_for_rx_interrupts cpumask_for_tx_comp_interrupts>
|
||||
*/
|
||||
wlan-txrx-intr-cpumask = <0x3 0x30>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@@ -189,6 +189,11 @@
|
||||
"{class: wlan_pdc, ss: bb, res: s4j.v, enable: 1}",
|
||||
"{class: wlan_pdc, ss: bb, res: s4j.v, upval: 932}",
|
||||
"{class: wlan_pdc, ss: bb, res: s4j.v, dwnval: 444}";
|
||||
|
||||
/* cpu mask used for wlan tx rx interrupt affinity
|
||||
* <cpumask_for_rx_interrupts cpumask_for_tx_comp_interrupts>
|
||||
*/
|
||||
wlan-txrx-intr-cpumask = <0x3 0x30>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@@ -193,6 +193,11 @@
|
||||
"{class: wlan_pdc, ss: rf, res: s5f.v, enable: 1}",
|
||||
"{class: wlan_pdc, ss: rf, res: s5f.v, upval: 876}",
|
||||
"{class: wlan_pdc, ss: rf, res: s5f.v, dwnval: 876}";
|
||||
|
||||
/* cpu mask used for wlan tx rx interrupt affinity
|
||||
* <cpumask_for_rx_interrupts cpumask_for_tx_comp_interrupts>
|
||||
*/
|
||||
wlan-txrx-intr-cpumask = <0x3 0x30>;
|
||||
};
|
||||
};
|
||||
|
||||
|
@@ -192,6 +192,11 @@
|
||||
"{class: wlan_pdc, ss: rf, res: s4j.v, enable: 1}",
|
||||
"{class: wlan_pdc, ss: rf, res: s4j.v, upval: 876}",
|
||||
"{class: wlan_pdc, ss: rf, res: s4j.v, dwnval: 876}";
|
||||
|
||||
/* cpu mask used for wlan tx rx interrupt affinity
|
||||
* <cpumask_for_rx_interrupts cpumask_for_tx_comp_interrupts>
|
||||
*/
|
||||
wlan-txrx-intr-cpumask = <0x3 0x30>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user