> -----Original Message----- > From: Suraj Gupta <suraj.gupta2@xxxxxxx> > Sent: Monday, October 28, 2024 2:42 PM > To: Pandey, Radhey Shyam <radhey.shyam.pandey@xxxxxxx>; > andrew+netdev@xxxxxxx; davem@xxxxxxxxxxxxx; edumazet@xxxxxxxxxx; > kuba@xxxxxxxxxx; pabeni@xxxxxxxxxx; robh@xxxxxxxxxx; krzk+dt@xxxxxxxxxx; > conor+dt@xxxxxxxxxx; netdev@xxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx > Cc: git (AMD-Xilinx) <git@xxxxxxx>; Katakam, Harini <harini.katakam@xxxxxxx> > Subject: [PATCH net] dt-bindings: net: xlnx,axi-ethernet: Correct phy-mode property > value > > Correct phy-mode property value to 1000base-x. > > Fixes: cbb1ca6d5f9a ("dt-bindings: net: xlnx,axi-ethernet: convert bindings document > to yaml") > Signed-off-by: Suraj Gupta <suraj.gupta2@xxxxxxx> Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@xxxxxxx> Thanks! > --- > Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml > b/Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml > index e95c21628281..fb02e579463c 100644 > --- a/Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml > +++ b/Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml > @@ -61,7 +61,7 @@ properties: > - gmii > - rgmii > - sgmii > - - 1000BaseX > + - 1000base-x > > xlnx,phy-type: > description: > -- > 2.25.1