Commit d0e3d29f authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Jakub Kicinski

dt-bindings: net: qcom,ethqos: add description for sa8775p

Add the compatible for the MAC controller on sa8775p platforms. This MAC
works with a single interrupt so add minItems to the interrupts property.
The fourth clock's name is different here so change it. Enable relevant
PHY properties. Add the relevant compatibles to the binding document for
snps,dwmac as well.
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent aa571b62
...@@ -20,6 +20,7 @@ properties: ...@@ -20,6 +20,7 @@ properties:
compatible: compatible:
enum: enum:
- qcom,qcs404-ethqos - qcom,qcs404-ethqos
- qcom,sa8775p-ethqos
- qcom,sc8280xp-ethqos - qcom,sc8280xp-ethqos
- qcom,sm8150-ethqos - qcom,sm8150-ethqos
...@@ -32,11 +33,13 @@ properties: ...@@ -32,11 +33,13 @@ properties:
- const: rgmii - const: rgmii
interrupts: interrupts:
minItems: 1
items: items:
- description: Combined signal for various interrupt events - description: Combined signal for various interrupt events
- description: The interrupt that occurs when Rx exits the LPI state - description: The interrupt that occurs when Rx exits the LPI state
interrupt-names: interrupt-names:
minItems: 1
items: items:
- const: macirq - const: macirq
- const: eth_lpi - const: eth_lpi
...@@ -49,11 +52,18 @@ properties: ...@@ -49,11 +52,18 @@ properties:
- const: stmmaceth - const: stmmaceth
- const: pclk - const: pclk
- const: ptp_ref - const: ptp_ref
- const: rgmii - enum:
- rgmii
- phyaux
iommus: iommus:
maxItems: 1 maxItems: 1
phys: true
phy-names:
const: serdes
required: required:
- compatible - compatible
- clocks - clocks
......
...@@ -67,6 +67,7 @@ properties: ...@@ -67,6 +67,7 @@ properties:
- loongson,ls2k-dwmac - loongson,ls2k-dwmac
- loongson,ls7a-dwmac - loongson,ls7a-dwmac
- qcom,qcs404-ethqos - qcom,qcs404-ethqos
- qcom,sa8775p-ethqos
- qcom,sc8280xp-ethqos - qcom,sc8280xp-ethqos
- qcom,sm8150-ethqos - qcom,sm8150-ethqos
- renesas,r9a06g032-gmac - renesas,r9a06g032-gmac
...@@ -582,6 +583,7 @@ allOf: ...@@ -582,6 +583,7 @@ allOf:
- ingenic,x1600-mac - ingenic,x1600-mac
- ingenic,x1830-mac - ingenic,x1830-mac
- ingenic,x2000-mac - ingenic,x2000-mac
- qcom,sa8775p-ethqos
- qcom,sc8280xp-ethqos - qcom,sc8280xp-ethqos
- snps,dwmac-3.50a - snps,dwmac-3.50a
- snps,dwmac-4.10a - snps,dwmac-4.10a
...@@ -638,6 +640,7 @@ allOf: ...@@ -638,6 +640,7 @@ allOf:
- ingenic,x1830-mac - ingenic,x1830-mac
- ingenic,x2000-mac - ingenic,x2000-mac
- qcom,qcs404-ethqos - qcom,qcs404-ethqos
- qcom,sa8775p-ethqos
- qcom,sc8280xp-ethqos - qcom,sc8280xp-ethqos
- qcom,sm8150-ethqos - qcom,sm8150-ethqos
- snps,dwmac-4.00 - snps,dwmac-4.00
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment