Message ID | 20231129-topic-sm8650-upstream-bindings-ipa-v1-1-ca21eb2dfb14@linaro.org |
---|---|
State | Accepted |
Commit | a10859384256cdfab37601239ec1640a982a67e2 |
Headers | show |
Series | dt-bindings: net: qcom,ipa: document SM8650 compatible | expand |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 29 Nov 2023 18:22:58 +0100 you wrote: > Document the IPA on the SM8650 Platform which uses version 5.5.1, > which is a minor revision of v5.5 found on SM8550, thus we can > use the SM8550 bindings as fallback since it shares the same > register mappings. > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> > > [...] Here is the summary with links: - dt-bindings: net: qcom,ipa: document SM8650 compatible https://git.kernel.org/netdev/net-next/c/a10859384256 You are awesome, thank you!
diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml index 702eadccdf99..c30218684cfe 100644 --- a/Documentation/devicetree/bindings/net/qcom,ipa.yaml +++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml @@ -43,16 +43,21 @@ description: properties: compatible: - enum: - - qcom,msm8998-ipa - - qcom,sc7180-ipa - - qcom,sc7280-ipa - - qcom,sdm845-ipa - - qcom,sdx55-ipa - - qcom,sdx65-ipa - - qcom,sm6350-ipa - - qcom,sm8350-ipa - - qcom,sm8550-ipa + oneOf: + - enum: + - qcom,msm8998-ipa + - qcom,sc7180-ipa + - qcom,sc7280-ipa + - qcom,sdm845-ipa + - qcom,sdx55-ipa + - qcom,sdx65-ipa + - qcom,sm6350-ipa + - qcom,sm8350-ipa + - qcom,sm8550-ipa + - items: + - enum: + - qcom,sm8650-ipa + - const: qcom,sm8550-ipa reg: items:
Document the IPA on the SM8650 Platform which uses version 5.5.1, which is a minor revision of v5.5 found on SM8550, thus we can use the SM8550 bindings as fallback since it shares the same register mappings. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- .../devicetree/bindings/net/qcom,ipa.yaml | 25 +++++++++++++--------- 1 file changed, 15 insertions(+), 10 deletions(-) --- base-commit: 48bbaf8b793e0770798519f8ee1ea2908ff0943a change-id: 20231129-topic-sm8650-upstream-bindings-ipa-81127066182b Best regards,