Re: [PATCH v4 01/13] dt-bindings: soc: qcom: aoss: Drop the load state power-domain
From: Rob Herring <robh@kernel.org>
Date: 2021-07-26 22:37:52
Also in:
linux-arm-msm, linux-remoteproc, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-07-26 22:37:52
Also in:
linux-arm-msm, linux-remoteproc, lkml
On Tue, 20 Jul 2021 10:06:35 +0530, Sibi Sankar wrote:
The power-domains exposed by AOSS QMP node are used to notify the Always on Subsystem (AOSS) that a particular co-processor is up/down. These co-processors enter low-power modes independent to that of the application processor and their states are expected to remain unaltered across system suspend/resume cycles. To achieve this behavior let's drop the load power-domain and replace them with generic qmp_send interface instead. Signed-off-by: Sibi Sankar <redacted> --- v4: * Rebase patch due to the recent aoss-qmp yaml conversion (Dropping Rb). Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-)
Acked-by: Rob Herring <robh@kernel.org>