Message ID | 20230908065847.28382-2-quic_tengfan@quicinc.com |
---|---|
State | New |
Headers | show |
Series | soc: qcom: Add uart console support for SM4450 | expand |
On 08/09/2023 08:58, Tengfei Fan wrote: > Document the compatible for Qualcomm SM4450 SCM. > > Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> > --- Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml index 4233ea839bfc..1cff4e11f732 100644 --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml @@ -52,6 +52,7 @@ properties: - qcom,scm-sdx55 - qcom,scm-sdx65 - qcom,scm-sdx75 + - qcom,scm-sm4450 - qcom,scm-sm6115 - qcom,scm-sm6125 - qcom,scm-sm6350 @@ -177,6 +178,7 @@ allOf: enum: - qcom,scm-qdu1000 - qcom,scm-sc8280xp + - qcom,scm-sm4450 - qcom,scm-sm8450 - qcom,scm-sm8550 then: @@ -190,6 +192,7 @@ allOf: compatible: contains: enum: + - qcom,scm-sm4450 - qcom,scm-sm8450 - qcom,scm-sm8550 then:
Document the compatible for Qualcomm SM4450 SCM. Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> --- Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 3 +++ 1 file changed, 3 insertions(+)