Message ID | 20240304055333.15952-2-quic_wasimn@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | arm64: qcom: add support for QCS8550 RB5gen2 board | expand |
On 04/03/2024 06:53, 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 0ca4333fa8cf..70b5034c4aa0 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -876,6 +876,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,sa8155p-adp Please keep order by fallback compatible, so this should go after sm8550 boards. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 0ca4333fa8cf..70b5034c4aa0 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -876,6 +876,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,sa8155p-adp
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