On 10/8/2019 4:51 AM, Andrew Jeffery wrote: > Hello, > > This series slightly extends the devicetree binding and driver for the > FTGMAC100 to describe an optional RMII RCLK gate in the clocks property. > Currently it's necessary for the kernel to ungate RCLK on the AST2600 in NCSI > configurations as u-boot does not yet support NCSI (which uses the RMII). RMII as in Reduced MII or Reverse MII in that context? > > Please review! > > Andrew > > Andrew Jeffery (3): > dt-bindings: net: ftgmac100: Document AST2600 compatible > dt-bindings: net: ftgmac100: Describe clock properties > net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs > > .../devicetree/bindings/net/ftgmac100.txt | 7 ++++ > drivers/net/ethernet/faraday/ftgmac100.c | 35 +++++++++++++++---- > 2 files changed, 35 insertions(+), 7 deletions(-) > -- Florian