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

dt-bindings: ath10k: Add wifi-firmware subnode for wifi node

Add a wifi-firmware subnode for the wifi node.
This wifi-firmware subnode is needed for the
targets which do not support TrustZone.

Signed-off-by: Rakesh Pillai <pillair@codeaurora.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1586971906-20985-2-git-send-email-pillair@codeaurora.org

authored by

Rakesh Pillai and committed by
Kalle Valo
85325c24 d431f893

+14
+14
Documentation/devicetree/bindings/net/wireless/qcom,ath10k.txt
··· 96 96 - qcom,coexist-gpio-pin : gpio pin number information to support coex 97 97 which will be used by wifi firmware. 98 98 99 + * Subnodes 100 + The ath10k wifi node can contain one optional firmware subnode. 101 + Firmware subnode is needed when the platform does not have TustZone. 102 + The firmware subnode must have: 103 + 104 + - iommus: 105 + Usage: required 106 + Value type: <prop-encoded-array> 107 + Definition: A list of phandle and IOMMU specifier pairs. 108 + 109 + 99 110 Example (to supply PCI based wifi block details): 100 111 101 112 In this example, the node is defined as child node of the PCI controller. ··· 207 196 memory-region = <&wifi_msa_mem>; 208 197 iommus = <&apps_smmu 0x0040 0x1>; 209 198 qcom,msa-fixed-perm; 199 + wifi-firmware { 200 + iommus = <&apps_iommu 0xc22 0x1>; 201 + }; 210 202 };