diff options
author | Yijie Yang <quic_yijiyang@quicinc.com> | 2024-10-29 04:11:56 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-10-31 02:57:54 +0100 |
commit | 0fb24836599372ff0489ea949afbbd3bc0e5ec6c (patch) | |
tree | 940b5d0eda144892a6738d2660d7960586a88d60 /Documentation/devicetree/bindings/net | |
parent | dt-bindings: net: qcom,ethqos: add description for qcs615 (diff) | |
download | linux-0fb24836599372ff0489ea949afbbd3bc0e5ec6c.tar.xz linux-0fb24836599372ff0489ea949afbbd3bc0e5ec6c.zip |
dt-bindings: net: qcom,ethqos: add description for qcs8300
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>
Link: https://patch.msgid.link/20241029-schema-v3-2-fbde519eaf00@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r-- | Documentation/devicetree/bindings/net/qcom,ethqos.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml index 8cf29493b822..0bcd593a7bd0 100644 --- a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml +++ b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml @@ -21,6 +21,10 @@ properties: oneOf: - items: - enum: + - qcom,qcs8300-ethqos + - const: qcom,sa8775p-ethqos + - items: + - enum: - qcom,qcs615-ethqos - const: qcom,sm8150-ethqos - enum: |