[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <166860918054.3809609.16135727023403702366.robh@kernel.org>
Date: Wed, 16 Nov 2022 08:33:02 -0600
From: Rob Herring <robh@...nel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: quic_srivasam@...cinc.com, devicetree@...r.kernel.org,
Liam Girdwood <lgirdwood@...il.com>,
Banajit Goswami <bgoswami@...cinc.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Mark Brown <broonie@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
linux-kernel@...r.kernel.org, quic_plai@...cinc.com,
Andy Gross <agross@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
alsa-devel@...a-project.org,
Bjorn Andersson <andersson@...nel.org>,
linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH v2 02/11] ASoC: dt-bindings: qcom,apr: Split services to
shared schema
On Tue, 15 Nov 2022 13:02:26 +0100, Krzysztof Kozlowski wrote:
> The APR/GPR nodes are organized like:
>
> apr-or-gpr-device-node <- qcom,apr.yaml
> apr-gpr-service@[0-9] <- qcom,apr.yaml
> service-specific-components <- /schemas/sound/qcom,q6*.yaml
>
> The schema for services (apr-gpr-service@[0-9]) already grows
> considerably and is still quite not specific. It allows several
> incorrect combinations, like adding a clock-controller to a APM device.
> Restricting it would complicate the schema even more. Bringing new
> support for sound on Qualcomm SM8450 and SC8280XP SoC would grow it as
> well.
>
> Simplify the qcom,apr.yaml by splitting the services to a shared file
> which will be:
> 1. Referenced by qcom,apr.yaml with additionalProperties:true,
> 2. Referenced by specific bindings for services with
> additionalProperties:false (not yet in this commit).
>
> While moving the code, add also required 'reg' and
> 'qcom,protection-domain' to further constrain the bindings.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
>
> ---
>
> Changes since v1:
> 1. Keep compatibles in qcom,apr.yaml
>
> Cc: quic_srivasam@...cinc.com
> Cc: quic_plai@...cinc.com
> ---
> .../bindings/soc/qcom/qcom,apr-services.yaml | 54 ++++++++++
> .../bindings/soc/qcom/qcom,apr.yaml | 98 +------------------
> MAINTAINERS | 2 +-
> 3 files changed, 58 insertions(+), 96 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,apr-services.yaml
>
Reviewed-by: Rob Herring <robh@...nel.org>
Powered by blists - more mailing lists