Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'add-ethernet-dts-schema-for-qcs615-qcs8300'

Yijie Yang says:

====================
Add ethernet dts schema for qcs615/qcs8300

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.

v2: https://lore.kernel.org/20241017-schema-v2-0-2320f68dc126@quicinc.com
v1: https://lore.kernel.org/132a8e29-3be7-422a-bc83-d6be00fac3e8@kernel.org
====================

Link: https://patch.msgid.link/20241029-schema-v3-0-fbde519eaf00@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+14 -5
+14 -5
Documentation/devicetree/bindings/net/qcom,ethqos.yaml
··· 18 18 19 19 properties: 20 20 compatible: 21 - enum: 22 - - qcom,qcs404-ethqos 23 - - qcom,sa8775p-ethqos 24 - - qcom,sc8280xp-ethqos 25 - - qcom,sm8150-ethqos 21 + oneOf: 22 + - items: 23 + - enum: 24 + - qcom,qcs8300-ethqos 25 + - const: qcom,sa8775p-ethqos 26 + - items: 27 + - enum: 28 + - qcom,qcs615-ethqos 29 + - const: qcom,sm8150-ethqos 30 + - enum: 31 + - qcom,qcs404-ethqos 32 + - qcom,sa8775p-ethqos 33 + - qcom,sc8280xp-ethqos 34 + - qcom,sm8150-ethqos 26 35 27 36 reg: 28 37 maxItems: 2