Message ID | 20221104133452.131227-2-angelogioacchino.delregno@collabora.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Support MSM8976 SAW2 for both clusters | expand |
On 04/11/2022 09:34, AngeloGioacchino Del Regno wrote: > Add SPM AVS Wrapper 2 compatibles for MSM8976's L2 cache. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> > --- > Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml > index f433e6e0a19f..80434d7111d9 100644 > --- a/Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml > +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml > @@ -24,6 +24,8 @@ properties: > - qcom,msm8998-silver-saw2-v4.1-l2 > - qcom,msm8909-saw2-v3.0-cpu > - qcom,msm8916-saw2-v3.0-cpu > + - qcom,msm8976-gold-saw2-v2.3-l2 > + - qcom,msm8976-silver-saw2-v2.3-l2 I don't know what is the ordering in the file, so: Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml index f433e6e0a19f..80434d7111d9 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml @@ -24,6 +24,8 @@ properties: - qcom,msm8998-silver-saw2-v4.1-l2 - qcom,msm8909-saw2-v3.0-cpu - qcom,msm8916-saw2-v3.0-cpu + - qcom,msm8976-gold-saw2-v2.3-l2 + - qcom,msm8976-silver-saw2-v2.3-l2 - qcom,msm8226-saw2-v2.1-cpu - qcom,msm8974-saw2-v2.1-cpu - qcom,apq8084-saw2-v2.1-cpu
Add SPM AVS Wrapper 2 compatibles for MSM8976's L2 cache. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> --- Documentation/devicetree/bindings/soc/qcom/qcom,spm.yaml | 2 ++ 1 file changed, 2 insertions(+)