[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <659e5362-814a-a01d-bb5b-d960a63dabeb@quicinc.com>
Date: Tue, 22 Aug 2023 22:25:20 +0530
From: Mukesh Ojha <quic_mojha@...cinc.com>
To: Robert Marko <robimarko@...il.com>, <agross@...nel.org>,
<andersson@...nel.org>, <konrad.dybcio@...aro.org>,
<robh+dt@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>,
<conor+dt@...nel.org>, <quic_gurus@...cinc.com>,
<linux-arm-msm@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: <computersforpeace@...il.com>
Subject: Re: [PATCH v3 1/4] dt-bindings: firmware: qcom,scm: support
indicating SDI default state
On 8/16/2023 10:15 PM, Robert Marko wrote:
> IPQ5018 has SDI (Secure Debug Image) enabled by TZ by default, and that
> means that WDT being asserted or just trying to reboot will hang the board
> in the debug mode and only pulling the power and repowering will help.
> Some IPQ4019 boards like Google WiFI have it enabled as well.
>
> So, lets add a boolean property to indicate that SDI is enabled by default
> and thus needs to be disabled by the kernel.
>
> Signed-off-by: Robert Marko <robimarko@...il.com>
Acked-by: Mukesh Ojha <quic_mojha@...cinc.com>
-Mukesh
> ---
> Changes in v3:
> * Change the property so it indicates that SDI has been enabled by default
> ---
> Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> index 4233ea839bfc..590bbbd61de5 100644
> --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
> @@ -89,6 +89,14 @@ properties:
> protocol to handle sleeping SCM calls.
> maxItems: 1
>
> + qcom,sdi-enabled:
> + description:
> + Indicates that the SDI (Secure Debug Image) has been enabled by TZ
> + by default and it needs to be disabled.
> + If not disabled WDT assertion or reboot will cause the board to hang
> + in the debug mode.
> + type: boolean
> +
> qcom,dload-mode:
> $ref: /schemas/types.yaml#/definitions/phandle-array
> items:
Powered by blists - more mailing lists