On 7/3/2024 12:38 PM, Krzysztof Kozlowski wrote:
On 03/07/2024 04:58, Tengfei Fan wrote:
Document the QCS9100 SoC and RIDE board.
Signed-off-by: Tengfei Fan <quic_tengfan@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/arm/qcom.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index ec1c10a12470..f06543f96026 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -45,6 +45,7 @@ description: |
qcs8550
qcm2290
qcm6490
+ qcs9100
qdu1000
qrb2210
qrb4210
@@ -894,7 +895,9 @@ properties:
- items:
- enum:
+ - qcom,qcs9100-ride
- qcom,sa8775p-ride
+ - const: qcom,qcs9100
This changes existing compatible for sa8775p without any explanation in
commit msg.
Best regards,
Krzysztof
In the next verion patch series, I will provide relevant explanatory
information in this patch commit message.
--
Thx and BRs,
Tengfei Fan