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.

dt-bindings: net: add compatible string for i.MX95 EMDIO

The EMDIO of i.MX95 has been upgraded to revision 4.1, and the vendor
ID and device ID have also changed, so add the new compatible strings
for i.MX95 EMDIO.

Signed-off-by: Wei Fang <wei.fang@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Wei Fang and committed by
David S. Miller
da98dbbc 8d1807a9

+7 -4
+7 -4
Documentation/devicetree/bindings/net/fsl,enetc-mdio.yaml
··· 20 20 21 21 properties: 22 22 compatible: 23 - items: 24 - - enum: 25 - - pci1957,ee01 26 - - const: fsl,enetc-mdio 23 + oneOf: 24 + - items: 25 + - enum: 26 + - pci1957,ee01 27 + - const: fsl,enetc-mdio 28 + - items: 29 + - const: pci1131,ee00 27 30 28 31 reg: 29 32 maxItems: 1