Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: mvmdio: add clocks property to binding documentation

Commit 3d604da1e9547c09c9dcc0ee443c306c9ae1a480
("net: mvmdio: get and enable optional clock")

was missing an update of the corresponding device tree binding
documentation. This patch adds the clocks property to mvmdio
binding documentation.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Sebastian Hesselbarth and committed by
David S. Miller
b8075daf 70181d51

+1
+1
Documentation/devicetree/bindings/net/marvell-orion-mdio.txt
··· 11 11 12 12 Optional properties: 13 13 - interrupts: interrupt line number for the SMI error/done interrupt 14 + - clocks: Phandle to the clock control device and gate bit 14 15 15 16 The child nodes of the MDIO driver are the individual PHY devices 16 17 connected to this MDIO bus. They must have a "reg" property given the