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

dt-bindings: allow up to four clocks for orion-mdio

Armada 8040 needs four clocks to be enabled for MDIO accesses to work.
Update the binding to allow the extra clock to be specified.

Cc: stable@vger.kernel.org
Fixes: 6d6a331f44a1 ("dt-bindings: allow up to three clocks for orion-mdio")
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Josua Mayer <josua@solid-run.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Josua Mayer and committed by
David S. Miller
80785f5a 7715ff16

+1 -1
+1 -1
Documentation/devicetree/bindings/net/marvell-orion-mdio.txt
··· 16 16 17 17 Optional properties: 18 18 - interrupts: interrupt line number for the SMI error/done interrupt 19 - - clocks: phandle for up to three required clocks for the MDIO instance 19 + - clocks: phandle for up to four required clocks for the MDIO instance 20 20 21 21 The child nodes of the MDIO driver are the individual PHY devices 22 22 connected to this MDIO bus. They must have a "reg" property given the