ARM: dts: msm: Add new pdc table to vote for mode for Canoe

Add a new pdc table for Canoe in order to make mode votes for the
L3K regulator.

Change-Id: Idce97babe07bb23a8354dc60382e945c0b6cf4e4
CRs-Fixed: 4110480
This commit is contained in:
Alan Z. Chen
2025-04-07 09:28:41 -07:00
committed by alache
parent 5f951e9ff8
commit 29daf46c7d
2 changed files with 8 additions and 0 deletions

View File

@@ -185,6 +185,10 @@
" {class: wlan_pdc, ss: rf, res: S7G0.m, enable: 1}",
" {class: wlan_pdc, ss: rf, res: S7G0.v, enable: 1}";
qcom,pdc_mode_vote_table =
" {class: wlan_pdc, ss: rf, res: L3K1.m, enable: 1}",
" {class: wlan_pdc, ss: rf, res: L3K1.m, dwnval: 2}";
/* cpu mask used for wlan tx rx interrupt affinity
* <cpumask_for_rx_interrupts cpumask_for_tx_comp_interrupts>
*/

View File

@@ -188,6 +188,10 @@
"VDDA_PCIE_0P9", "S7F0",
"VDDA_PCIE_1P2", "S7F0";
qcom,pdc_mode_vote_table =
" {class: wlan_pdc, ss: rf, res: L3K1.m, enable: 1}",
" {class: wlan_pdc, ss: rf, res: L3K1.m, dwnval: 2}";
/* cpu mask used for wlan tx rx interrupt affinity
* <cpumask_for_rx_interrupts cpumask_for_tx_comp_interrupts>
*/