[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dba15541-e85f-6e45-cf44-e44f33788d51@somainline.org>
Date: Fri, 4 Nov 2022 00:53:37 +0100
From: Konrad Dybcio <konrad.dybcio@...ainline.org>
To: Richard Acayan <mailingradian@...il.com>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Vinod Koul <vkoul@...nel.org>,
Robin Murphy <robin.murphy@....com>,
Chanho Park <chanho61.park@...sung.com>,
Thierry Reding <treding@...dia.com>,
Stephan Gerhold <stephan.gerhold@...nkonzept.com>,
Lorenzo Pieralisi <lpieralisi@...nel.org>,
Robert Marko <robimarko@...il.com>,
Das Srinagesh <quic_gurus@...cinc.com>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org
Cc: ~postmarketos/upstreaming@...ts.sr.ht, phone-devel@...r.kernel.org
Subject: Re: [PATCH v2 3/4] dt-bindings: firmware: scm: add sdm670 compatible
On 04/11/2022 00:03, Richard Acayan wrote:
> The Snapdragon 670 uses SCM as for PSCI power management. Document the
> appropriate compatible string for it.
SCM and SMC (and SMCCC) are closely related but not the same.
SMC (secure monitor call) is the standard mechanism of invoking
communication
with TZ.
SCM (secure channel manager) is a QC mechanism of communicating with their
vast vast vast HYP and TZ implementations, using HVC (hypervisor call)
and SMC
respectively.
SMCCC (secure monitor call calling convention) is a standard for how to
structure
SMCs and HVCs.
PSCI uses SMC calls on sdm670.
Konrad
>
> Signed-off-by: Richard Acayan <mailingradian@...il.com>
> Acked-by: Rob Herring <robh@...nel.org>
> Reviewed-by: Guru Das Srinagesh <quic_gurus@...cinc.com>
> ---
> Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> index be1b5746eddb..25688571ee7c 100644
> --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> @@ -41,6 +41,7 @@ properties:
> - qcom,scm-sc7180
> - qcom,scm-sc7280
> - qcom,scm-sc8280xp
> + - qcom,scm-sdm670
> - qcom,scm-sdm845
> - qcom,scm-sdx55
> - qcom,scm-sdx65
Powered by blists - more mailing lists