From: Yijie Yang Date: Tue, 29 Oct 2024 03:11:56 +0000 (+0800) Subject: dt-bindings: net: qcom,ethqos: add description for qcs8300 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0fb24836599372ff0489ea949afbbd3bc0e5ec6c;p=users%2Fjedix%2Flinux-maple.git 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 Signed-off-by: Yijie Yang Link: https://patch.msgid.link/20241029-schema-v3-2-fbde519eaf00@quicinc.com Signed-off-by: Jakub Kicinski --- diff --git a/Documentation/devicetree/bindings/net/qcom,ethqos.yaml b/Documentation/devicetree/bindings/net/qcom,ethqos.yaml index 8cf29493b8228..0bcd593a7bd09 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