Message ID | 20230719100135.21325-5-quic_tengfan@quicinc.com |
---|---|
State | New |
Headers | show |
Series | soc: qcom: Add support for SM4450 | expand |
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 450f616774e0..691e66612872 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -83,6 +83,7 @@ description: | sm8350 sm8450 sm8550 + sm4450 The 'board' element must be one of the following strings: @@ -976,6 +977,11 @@ properties: - qcom,sm8550-qrd - const: qcom,sm8550 + - items: + - enum: + - qcom,sm4450-qrd + - const: qcom,sm4450 + # Board compatibles go above qcom,msm-id:
Document the SM8450 SoC binding and also the boards using it. Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> --- Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ 1 file changed, 6 insertions(+)