Commit 6f43735b authored by Adam Ford's avatar Adam Ford Committed by David S. Miller
Browse files

dt-bindings: net: renesas,etheravb: Add additional clocks



The AVB driver assumes there is an external crystal, but it could
be clocked by other means.  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: default avatarAdam Ford <aford173@gmail.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarSergei Shtylyov <sergei.shtylyov@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d27139c5
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -50,7 +50,16 @@ properties:
  interrupt-names: true

  clocks:
    maxItems: 1
    minItems: 1
    maxItems: 2
    items:
      - description: AVB functional clock
      - description: Optional TXC reference clock

  clock-names:
    items:
      - const: fck
      - const: refclk

  iommus:
    maxItems: 1