Commit 6ca71a10 authored by Govind Singh's avatar Govind Singh Committed by Kalle Valo
Browse files

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: default avatarGovind Singh <govinds@codeaurora.org>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent a1769bb6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -88,6 +88,9 @@ Optional properties:
		    of the host capability QMI request
- qcom,xo-cal-data: xo cal offset to be configured in xo trim register.

- qcom,msa-fixed-perm: Boolean context flag to disable SCM call for statically
		       mapped msa region.

Example (to supply PCI based wifi block details):

In this example, the node is defined as child node of the PCI controller.
@@ -185,4 +188,5 @@ wifi@18000000 {
		vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
		memory-region = <&wifi_msa_mem>;
		iommus = <&apps_smmu 0x0040 0x1>;
		qcom,msa-fixed-perm;
};