* [PATCH v3 1/2] dt-bindings: net: qcom,ethqos: add description for qcs615
2024-10-29 3:11 [PATCH v3 0/2] Add ethernet dts schema for qcs615/qcs8300 Yijie Yang
@ 2024-10-29 3:11 ` Yijie Yang
2024-10-29 3:11 ` [PATCH v3 2/2] dt-bindings: net: qcom,ethqos: add description for qcs8300 Yijie Yang
2024-10-31 2:00 ` [PATCH v3 0/2] Add ethernet dts schema for qcs615/qcs8300 patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: Yijie Yang @ 2024-10-29 3:11 UTC (permalink / raw)
To: Vinod Koul, Andrew Lunn, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bhupesh Sharma
Cc: linux-arm-msm, netdev, devicetree, linux-kernel, Yijie Yang,
Krzysztof Kozlowski
Add compatible for the MAC controller on qcs615 platform.
Since qcs615 shares the same EMAC as sm8150, so it fallback to that
compatible.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com>
---
Documentation/devicetree/bindings/net/qcom,ethqos.yaml | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
index 6672327358bc13f4a464c845d242d32569bf66a7..8cf29493b8228967156758c0363a978daec84152 100644
--- a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
@@ -18,11 +18,16 @@ allOf:
properties:
compatible:
- enum:
- - qcom,qcs404-ethqos
- - qcom,sa8775p-ethqos
- - qcom,sc8280xp-ethqos
- - qcom,sm8150-ethqos
+ oneOf:
+ - items:
+ - enum:
+ - qcom,qcs615-ethqos
+ - const: qcom,sm8150-ethqos
+ - enum:
+ - qcom,qcs404-ethqos
+ - qcom,sa8775p-ethqos
+ - qcom,sc8280xp-ethqos
+ - qcom,sm8150-ethqos
reg:
maxItems: 2
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH v3 2/2] dt-bindings: net: qcom,ethqos: add description for qcs8300
2024-10-29 3:11 [PATCH v3 0/2] Add ethernet dts schema for qcs615/qcs8300 Yijie Yang
2024-10-29 3:11 ` [PATCH v3 1/2] dt-bindings: net: qcom,ethqos: add description for qcs615 Yijie Yang
@ 2024-10-29 3:11 ` Yijie Yang
2024-10-31 2:00 ` [PATCH v3 0/2] Add ethernet dts schema for qcs615/qcs8300 patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: Yijie Yang @ 2024-10-29 3:11 UTC (permalink / raw)
To: Vinod Koul, Andrew Lunn, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bhupesh Sharma
Cc: linux-arm-msm, netdev, devicetree, linux-kernel, Yijie Yang,
Krzysztof Kozlowski
Add compatible for the MAC controller on qcs8300 platforms.
Since qcs8300 shares the same EMAC as sa8775p, so it fallback to the
compatible.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Yijie Yang <quic_yijiyang@quicinc.com>
---
Documentation/devicetree/bindings/net/qcom,ethqos.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
index 8cf29493b8228967156758c0363a978daec84152..0bcd593a7bd093d4475908d82585c36dd6b3a284 100644
--- a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml
@@ -19,6 +19,10 @@ allOf:
properties:
compatible:
oneOf:
+ - items:
+ - enum:
+ - qcom,qcs8300-ethqos
+ - const: qcom,sa8775p-ethqos
- items:
- enum:
- qcom,qcs615-ethqos
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH v3 0/2] Add ethernet dts schema for qcs615/qcs8300
2024-10-29 3:11 [PATCH v3 0/2] Add ethernet dts schema for qcs615/qcs8300 Yijie Yang
2024-10-29 3:11 ` [PATCH v3 1/2] dt-bindings: net: qcom,ethqos: add description for qcs615 Yijie Yang
2024-10-29 3:11 ` [PATCH v3 2/2] dt-bindings: net: qcom,ethqos: add description for qcs8300 Yijie Yang
@ 2024-10-31 2:00 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-10-31 2:00 UTC (permalink / raw)
To: Yijie Yang
Cc: vkoul, andrew+netdev, davem, edumazet, kuba, pabeni, robh,
krzk+dt, conor+dt, bhupesh.sharma, linux-arm-msm, netdev,
devicetree, linux-kernel, krzysztof.kozlowski
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 29 Oct 2024 11:11:54 +0800 you wrote:
> Document the ethernet and SerDes compatible for qcs8300. This platform
> shares the same EMAC and SerDes as sa8775p, so the compatible fallback to
> it.
> Document the ethernet compatible for qcs615. This platform shares the
> same EMAC as sm8150, so the compatible fallback to it.
> Document the compatible for revision 2 of the qcs8300-ride board.
>
> [...]
Here is the summary with links:
- [v3,1/2] dt-bindings: net: qcom,ethqos: add description for qcs615
https://git.kernel.org/netdev/net-next/c/32535b9410b8
- [v3,2/2] dt-bindings: net: qcom,ethqos: add description for qcs8300
https://git.kernel.org/netdev/net-next/c/0fb248365993
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread