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

dt-bindings: net: Add clock handle to Broadcom iProc mdio mux

Add clock phandle, of the core clock driving the mdio block, as an
optional property to the Broadcom iProc mdio mux.

The clock, when specified, will be used to setup the rate adjust registers
in the mdio to derrive the mdio's operating frequency.

Signed-off-by: Arun Parameswaran <arun.parameswaran@broadcom.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Arun Parameswaran and committed by
David S. Miller
0d5204ab 0fe2cd56

+3
+3
Documentation/devicetree/bindings/net/brcm,mdio-mux-iproc.txt
··· 13 13 Every non-ethernet PHY requires a compatible so that it could be probed based 14 14 on this compatible string. 15 15 16 + Optional properties: 17 + - clocks: phandle of the core clock which drives the mdio block. 18 + 16 19 Additional information regarding generic multiplexer properties can be found 17 20 at- Documentation/devicetree/bindings/net/mdio-mux.txt 18 21