]> git.baikalelectronics.ru Git - uboot.git/commit
net: ravb: Support multiple clocks
authorAdam Ford <aford173@gmail.com>
Mon, 6 Dec 2021 16:29:26 +0000 (10:29 -0600)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 12 Dec 2021 23:37:28 +0000 (00:37 +0100)
commit5ee64c546ecceecec8d7c61e1e1521583760c20e
tree264a473efef9e64046c64f32c088c0bf3cdd25f3
parent0a3e5954a527f19d766d8a635255ab304cf6ca76
net: ravb: Support multiple clocks

The RZ/G2 series uses an external clock as a reference to the AVB.
If this clock is controlled by an external programmable clock,
it must be requested by the consumer or it will not turn on.
In order to do this, update the driver to use bulk enable and
disable functions to enable clocks for boards with multiple clocks.

Signed-off-by: Adam Ford <aford173@gmail.com>
drivers/net/ravb.c