Message ID | 20230403-topic-rb1_qcm-v2-2-dae06f8830dc@linaro.org |
---|---|
State | Accepted |
Commit | 941a8a4505cd44e826536ce41ffb863196d68769 |
Headers | show |
Series | RB1 + QCM2290 support | expand |
On 05/04/2023 17:50, Konrad Dybcio wrote: > Document QRB210, a QRB version of QCM2290. > > Document QTI Robotics RB1 as a QRB2210 device. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index 05badce5fedc..236ea55aee96 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -47,6 +47,8 @@ description: | > msm8996 > msm8998 > qcs404 > + qcm2290 > + qrb2210 > qdu1000 > qru1000 > sa8155p > @@ -353,6 +355,13 @@ properties: > - const: swir,wp8548 > - const: qcom,mdm9615 > > + - description: Qualcomm Technologies, Inc. Robotics RB1 The title should be now different, e.g. Qualcomm Technologies, Inc. QRB2210-based boards or even dropped entirely. Anyway, this can be fixed when a new entry appears here. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 05badce5fedc..236ea55aee96 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -47,6 +47,8 @@ description: | msm8996 msm8998 qcs404 + qcm2290 + qrb2210 qdu1000 qru1000 sa8155p @@ -353,6 +355,13 @@ properties: - const: swir,wp8548 - const: qcom,mdm9615 + - description: Qualcomm Technologies, Inc. Robotics RB1 + items: + - enum: + - qcom,qrb2210-rb1 + - const: qcom,qrb2210 + - const: qcom,qcm2290 + - description: Qualcomm Technologies, Inc. Distributed Unit 1000 platform items: - enum:
Document QRB210, a QRB version of QCM2290. Document QTI Robotics RB1 as a QRB2210 device. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Documentation/devicetree/bindings/arm/qcom.yaml | 9 +++++++++ 1 file changed, 9 insertions(+)