Message ID | 20240313071238.3290-2-quic_wasimn@quicinc.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | arm64: qcom: add support for QCS8550 RB5gen2 board | expand |
On 13/03/2024 08:12, Wasim Nazir wrote: > Document board bindings for Rb5gen2. > Rb5gen2 is using Rb5 gen2 SOM which is based on QCS8550 SoC. > RB5gen2 is development kit used for IOT solutions. > > Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 13/03/2024 07:12, Wasim Nazir wrote: > Document board bindings for Rb5gen2. > Rb5gen2 is using Rb5 gen2 SOM which is based on QCS8550 SoC. > RB5gen2 is development kit used for IOT solutions. > > Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com> > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index 8115088a6076..de6139db8ef6 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -1013,6 +1013,13 @@ properties: > - const: qcom,qcs8550 > - const: qcom,sm8550 > > + - items: > + - enum: > + - qcom,qcs8550-rb5gen2 > + - const: qcom,qcs8550-rb5gen2-som Is this a Thundercomm SoM like the other RBx boards? If so, shouldn't it be "thundercomm,c8550-som" (Or "qcom,c8550-som")? > + - const: qcom,qcs8550 > + - const: qcom,sm8550 > + > - items: > - enum: > - qcom,sm8650-mtp > -- > 2.43.2 > >
On 14/03/2024 05:15, Caleb Connolly wrote: > > > On 13/03/2024 07:12, Wasim Nazir wrote: >> Document board bindings for Rb5gen2. >> Rb5gen2 is using Rb5 gen2 SOM which is based on QCS8550 SoC. >> RB5gen2 is development kit used for IOT solutions. >> >> Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com> >> >> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml >> index 8115088a6076..de6139db8ef6 100644 >> --- a/Documentation/devicetree/bindings/arm/qcom.yaml >> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml >> @@ -1013,6 +1013,13 @@ properties: >> - const: qcom,qcs8550 >> - const: qcom,sm8550 >> >> + - items: >> + - enum: >> + - qcom,qcs8550-rb5gen2 >> + - const: qcom,qcs8550-rb5gen2-som > Is this a Thundercomm SoM like the other RBx boards? If so, shouldn't it > be "thundercomm,c8550-som" (Or "qcom,c8550-som")? If this is the same product, then yes. It's clearly not Qualcomm: https://www.thundercomm.com/product/c8550-som/ If not, can you point us to any resources on this? Eh, let me un-review it. Best regards, Krzysztof
On 13/03/2024 08:19, Krzysztof Kozlowski wrote: > On 13/03/2024 08:12, Wasim Nazir wrote: >> Document board bindings for Rb5gen2. >> Rb5gen2 is using Rb5 gen2 SOM which is based on QCS8550 SoC. >> RB5gen2 is development kit used for IOT solutions. >> >> Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com> >> > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Due to ongoing discussion: un-reviewed. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 8115088a6076..de6139db8ef6 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -1013,6 +1013,13 @@ properties: - const: qcom,qcs8550 - const: qcom,sm8550 + - items: + - enum: + - qcom,qcs8550-rb5gen2 + - const: qcom,qcs8550-rb5gen2-som + - const: qcom,qcs8550 + - const: qcom,sm8550 + - items: - enum: - qcom,sm8650-mtp
Document board bindings for Rb5gen2. Rb5gen2 is using Rb5 gen2 SOM which is based on QCS8550 SoC. RB5gen2 is development kit used for IOT solutions. Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com> -- 2.43.2