diff options
author | Marek Vasut | 2023-01-26 21:02:03 +0100 |
---|---|---|
committer | Marek Vasut | 2023-02-02 01:49:20 +0100 |
commit | 326e05c5e21752f23f1f6090d4c546867211b823 (patch) | |
tree | bdb7fe427bce70fab0f1dd08b0c4a03241204dea /boot/image.c | |
parent | d1c886f563f44c920332da5f78105d0be73804b5 (diff) |
clk: renesas: Add and enable CPG reset driver
Add trivial reset driver extension to the CPG clock driver. The change
turns current CPG UCLASS_CLK driver instance into an UCLASS_NOP proxy
driver, which in turn binds both generic rcar3_clk UCLASS_CLK clock
driver as well as generic rcar_rst UCLASS_RESET reset driver to the
CPG DT node. This way, any other drivers which use the 'reset' DT
property can now obtain valid reset handle backed by a reset driver.
The clock tables have been updated to represent the CPG driver and only
implement the generic CPG proxy driver bind call, which binds the clock
and reset drivers.
The DM_RESET is now enabled for all R-Car Gen3 platforms.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'boot/image.c')
0 files changed, 0 insertions, 0 deletions