diff options
author | Frank Li <Frank.Li@nxp.com> | 2024-08-09 22:06:53 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-08-12 14:24:27 +0200 |
commit | c25504a0ba36968f919aa30caff172ef23346299 (patch) | |
tree | 3ece6c2bdc017f4273f1d6877f2cd791e7d4378b /Documentation | |
parent | Merge branch 'vsc73xx-fix-mdio-and-phy' (diff) | |
download | linux-c25504a0ba36968f919aa30caff172ef23346299.tar.xz linux-c25504a0ba36968f919aa30caff172ef23346299.zip |
dt-bindings: net: fsl,qoriq-mc-dpmac: add missed property phys
Add missed property phys, which indicate how connect to serdes phy.
Fix below warning:
arch/arm64/boot/dts/freescale/fsl-lx2160a-honeycomb.dtb: fsl-mc@80c000000: dpmacs:ethernet@7: Unevaluated properties are not allowed ('phys' was unexpected)
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml b/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml index a1b71b35319e..42f9843d1868 100644 --- a/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml +++ b/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml @@ -38,6 +38,10 @@ properties: managed: true + phys: + description: A reference to the SerDes lane(s) + maxItems: 1 + required: - reg |