On Tue, May 20, 2025 at 05:28:45PM +0800, Jacky Chou wrote: > Add optional resets property for Aspeed SoCs to reset the MAC and > RGMII/RMII. > > Signed-off-by: Jacky Chou > --- > Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml b/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml > index 55d6a8379025..f7af2cd432d3 100644 > --- a/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml > +++ b/Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml > @@ -35,6 +35,11 @@ properties: > - description: MAC IP clock > - description: RMII RCLK gate for AST2500/2600 > > + resets: > + maxItems: 1 > + description: > + Optional reset control for the MAC controller (e.g. Aspeed SoCs) If only aspeed socs support this, then please restrict to just your products. > + > clock-names: > minItems: 1 > items: > -- > 2.34.1 >