Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt: bindings: add dt entry flag to skip SCM call for msa region

Add boolean context flag to disable SCM call for statically
mapped msa region.

Signed-off-by: Govind Singh <govinds@codeaurora.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

authored by

Govind Singh and committed by
Kalle Valo
6ca71a10 a1769bb6

+4
+4
Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
··· 88 88 of the host capability QMI request 89 89 - qcom,xo-cal-data: xo cal offset to be configured in xo trim register. 90 90 91 + - qcom,msa-fixed-perm: Boolean context flag to disable SCM call for statically 92 + mapped msa region. 93 + 91 94 Example (to supply PCI based wifi block details): 92 95 93 96 In this example, the node is defined as child node of the PCI controller. ··· 188 185 vdd-3.3-ch0-supply = <&vreg_l25a_3p3>; 189 186 memory-region = <&wifi_msa_mem>; 190 187 iommus = <&apps_smmu 0x0040 0x1>; 188 + qcom,msa-fixed-perm; 191 189 };