On 20/12/2024 08:35, Wojciech Slenska wrote: > Document that ipa on qcm2290 uses version 4.2, the same > as sc7180. > > Signed-off-by: Wojciech Slenska <wojciech.slenska@xxxxxxxxx> > --- > Documentation/devicetree/bindings/net/qcom,ipa.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml > index 53cae71d9957..ea44d02d1e5c 100644 > --- a/Documentation/devicetree/bindings/net/qcom,ipa.yaml > +++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml > @@ -58,6 +58,10 @@ properties: > - enum: > - qcom,sm8650-ipa > - const: qcom,sm8550-ipa > + - items: > + - enum: > + - qcom,qcm2290-ipa > + - const: qcom,sc7180-ipa > We usually keep such lists between each other ordered by fallback, so this should go before sm8550-fallback-list. With that change: Acked-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> Best regards, Krzysztof