Re: [PATCH v3 5/8] arm64: dts: qcom: Add msm8939 SoC

From: Bryan O'Donoghue
Date: Thu Jan 19 2023 - 19:40:55 EST


On 17/01/2023 20:58, Bjorn Andersson wrote:
Once the remote pulls the "handover" interrupt, it signals that it has
cast the necessary votes and need no more hand-holding.

So it's unlikely that _AO is the right choice here.

For the record here's the downstream _AO is what it says

pronto: wcnss@a204000 {
compatible = "qcom,pronto-v2-pd-pil", "qcom,pronto";
reg = <0x0a204000 0x2000>, <0x0a202000 0x1000>, <0x0a21b000 0x3000>;

power-domains = <&rpmpd MSM8939_VDDCX>,
<&rpmpd MSM8939_VDDMX_AO>;
power-domain-names = "vddcx", "vddmx";
};

---
bod