Re: [PATCH v2 1/3] dt-bindings: soc: qcom: aoss: Add SC8180X and generic compatible

From: Rob Herring
Date: Thu Jul 15 2021 - 12:13:15 EST


On Fri, Jul 09, 2021 at 10:41:40AM -0700, Bjorn Andersson wrote:
> Add a generic compatible for all versions of the AOSS QMP to the
> binding, in order to allow a single implementation for them and then add
> a specific compatible for the Qualcomm SC8180x platform.
>
> Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
> ---
>
> Changes since v1:
> - Mention the generic compatible in $subject and message.
>
> Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt
> index 783dc81b0f26..3747032311a4 100644
> --- a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt
> +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt
> @@ -18,10 +18,13 @@ power-domains.
> Definition: must be one of:
> "qcom,sc7180-aoss-qmp"
> "qcom,sc7280-aoss-qmp"
> + "qcom,sc8180x-aoss-qmp"
> "qcom,sdm845-aoss-qmp"
> "qcom,sm8150-aoss-qmp"
> "qcom,sm8250-aoss-qmp"
> "qcom,sm8350-aoss-qmp"
> + and:
> + "qcom,aoss-qmp"

Are you going to update all the dts files to add this?

Rob