devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm64: dts: qcom: sc7280: Add nodes to support WoW on WCN6750
@ 2022-09-26  4:57 Manikanta Pubbisetty
  2022-09-26  9:00 ` Krzysztof Kozlowski
  2022-09-27 13:08 ` Konrad Dybcio
  0 siblings, 2 replies; 11+ messages in thread
From: Manikanta Pubbisetty @ 2022-09-26  4:57 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, robh+dt, krzysztof.kozlowski+dt
  Cc: linux-arm-msm, devicetree, Manikanta Pubbisetty

Add DT nodes to support WoW (Wake on Wireless) feature on WCN6750
WiFi hardware on SC7280 SoC.

Signed-off-by: Manikanta Pubbisetty <quic_mpubbise@quicinc.com>
---
Changes from V1:
- Rebased on ToT

 arch/arm64/boot/dts/qcom/sc7280.dtsi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index 212580316d3e..3f6a3f575339 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -752,6 +752,17 @@ wpss_smp2p_in: slave-kernel {
 			interrupt-controller;
 			#interrupt-cells = <2>;
 		};
+
+		wlan_smp2p_out: wlan-ap-to-wpss {
+			qcom,entry-name = "wlan";
+			#qcom,smem-state-cells = <1>;
+		};
+
+		wlan_smp2p_in: wlan-wpss-to-ap {
+			qcom,entry-name = "wlan";
+			interrupt-controller;
+			#interrupt-cells = <2>;
+		};
 	};
 
 	pmu {
@@ -2004,6 +2015,8 @@ wifi: wifi@17a10040 {
 			qcom,rproc = <&remoteproc_wpss>;
 			memory-region = <&wlan_fw_mem>, <&wlan_ce_mem>;
 			status = "disabled";
+			qcom,smem-states = <&wlan_smp2p_out 0>;
+			qcom,smem-state-names = "wlan-smp2p-out";
 		};
 
 		pcie1: pci@1c08000 {

base-commit: aaa11ce2ffc84166d11c4d2ac88c3fcf75425fbd
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-10-12 13:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-26  4:57 [PATCH v2] arm64: dts: qcom: sc7280: Add nodes to support WoW on WCN6750 Manikanta Pubbisetty
2022-09-26  9:00 ` Krzysztof Kozlowski
2022-09-28  6:00   ` Manikanta Pubbisetty
2022-09-28  6:47     ` Krzysztof Kozlowski
2022-10-03  4:55       ` Manikanta Pubbisetty
2022-10-03  7:59         ` Manikanta Pubbisetty
2022-10-03  8:04           ` Krzysztof Kozlowski
2022-10-12  6:22             ` Manikanta Pubbisetty
2022-10-12 13:02               ` Krzysztof Kozlowski
2022-09-27 13:08 ` Konrad Dybcio
2022-09-28  6:01   ` Manikanta Pubbisetty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).