Re: [PATCH 1/4] dt-bindings: net: renesas,etheravb: Add additional clocks
From: Rob Herring <robh@kernel.org>
Date: 2021-01-11 20:20:07
Also in:
linux-devicetree, linux-renesas-soc, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-01-11 20:20:07
Also in:
linux-devicetree, linux-renesas-soc, lkml
On Mon, 28 Dec 2020 15:31:17 -0600, Adam Ford wrote:
The AVB driver assumes there is an external clock, but it could be driven by an external clock. In order to enable a programmable clock, it needs to be added to the clocks list and enabled in the driver. Since there currently only one clock, there is no clock-names list either. Update bindings to add the additional optional clock, and explicitly name both of them. Signed-off-by: Adam Ford <redacted> --- .../devicetree/bindings/net/renesas,etheravb.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
Acked-by: Rob Herring <robh@kernel.org>