commit | 182754f43a89aa19056472d2acfb2726f4ec3f09 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Dec 06 10:29:26 2021 -0600 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Mon Dec 13 00:37:28 2021 +0100 |
tree | 264a473efef9e64046c64f32c088c0bf3cdd25f3 | |
parent | a1c01b17c59ec03c678073e145fbd094c7606dc8 [diff] |
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>