Message ID | 20240905183016.3742735-1-quic_nkela@quicinc.com |
---|---|
State | Not Applicable |
Headers | show |
Series | [v3] dt-bindings: firmware: qcom,scm: document support for SA8255p | expand |
Context | Check | Description |
---|---|---|
robh/patch-applied | success | |
robh/checkpatch | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
Gentle ping... On 9/5/2024 11:30 AM, Nikunj Kela wrote: > Add a compatible for the SA8255p platform's Secure Channel Manager > firmware interface. > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com> > --- > > Changes in v3: > - Removed the patch from original series[1] > > Changes in v2: > - Added Reviewed-by tag > > [1]: https://lore.kernel.org/all/20240903220240.2594102-1-quic_nkela@quicinc.com/ > --- > Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml > index 2cc83771d8e7..65057f5c8972 100644 > --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml > +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml > @@ -43,6 +43,7 @@ properties: > - qcom,scm-msm8998 > - qcom,scm-qcm2290 > - qcom,scm-qdu1000 > + - qcom,scm-sa8255p > - qcom,scm-sa8775p > - qcom,scm-sc7180 > - qcom,scm-sc7280 > @@ -204,6 +205,7 @@ allOf: > compatible: > contains: > enum: > + - qcom,scm-sa8255p > - qcom,scm-sa8775p > then: > properties:
diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml index 2cc83771d8e7..65057f5c8972 100644 --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml @@ -43,6 +43,7 @@ properties: - qcom,scm-msm8998 - qcom,scm-qcm2290 - qcom,scm-qdu1000 + - qcom,scm-sa8255p - qcom,scm-sa8775p - qcom,scm-sc7180 - qcom,scm-sc7280 @@ -204,6 +205,7 @@ allOf: compatible: contains: enum: + - qcom,scm-sa8255p - qcom,scm-sa8775p then: properties: