回复: [net-next v1 v1 3/5] dt-bindings: net: starfive,jh7110-dwmac: Add JHB100 sgmii rx clk

From: Minda Chen

Date: Wed Apr 08 2026 - 22:47:01 EST




>
> > + - description: SGMII RX clock
> >
> > clock-names:
> > - items:
> > - - const: stmmaceth
> > - - const: pclk
> > - - const: ptp_ref
> > - - const: tx
> > - - const: gtx
> > + minItems: 5
> > + maxItems: 6
> > + contains:
> > + enum:
> > + - stmmaceth
> > + - pclk
> > + - ptp_ref
> > + - tx
> > + - gtx
> > + - rx
>
> If this is only used for sgmii, maybe it should have sgmii in the name?
>
> Andrew

Okay. I will change to "sgmii_rx". Thanks