This silences warnings like arch/arm64/boot/dts/freescale/fsl-lx2160a-honeycomb.dtb: ethernet@8: 'phys', 'sfp' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml Fixes: f978fe85b8d1 ("dpaa2-mac: configure the SerDes phy on a protocol change") Signed-off-by: Sean Anderson <sean.anderson@xxxxxxxx> --- Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml b/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml index 600240281e8c..b46c7e174a03 100644 --- a/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml +++ b/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml @@ -30,6 +30,9 @@ properties: phy-mode: true + phys: + maxItems: 1 + pcs-handle: maxItems: 1 description: -- 2.35.1.1320.gc452695387.dirty