diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-03-23 18:16:40 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-03-23 18:16:40 +0100 |
commit | 10f765d68ba218fc0125b0193a058c82cc3b481d (patch) | |
tree | 831bfe5d7dc7e1a71ed63e0f1c9702dc06af4869 /drivers | |
parent | 9a752ebe6bca61150f3eeee22a8d7b4516c8d350 (diff) | |
parent | 1d9ffbc6b185561c65a5a599562dbb6c5d66e7d1 (diff) |
Merge tag 'renesas-drivers-for-v5.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/drivers
Renesas driver updates for v5.13
- Prepare rmobile-sysc for fw_devlink=on,
- A minor cleanup.
* tag 'renesas-drivers-for-v5.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
soc: renesas: rmobile-sysc: Mark fwnode when PM domain is added
soc: renesas: rmobile-sysc: Remove unneeded platform includes
Link: https://lore.kernel.org/r/20210319085146.2709844-4-geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/soc/renesas/rmobile-sysc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/soc/renesas/rmobile-sysc.c b/drivers/soc/renesas/rmobile-sysc.c index 9046b8c933cb..204e6135180b 100644 --- a/drivers/soc/renesas/rmobile-sysc.c +++ b/drivers/soc/renesas/rmobile-sysc.c @@ -14,8 +14,6 @@ #include <linux/delay.h> #include <linux/of.h> #include <linux/of_address.h> -#include <linux/of_platform.h> -#include <linux/platform_device.h> #include <linux/pm.h> #include <linux/pm_clock.h> #include <linux/pm_domain.h> @@ -344,6 +342,8 @@ static int __init rmobile_init_pm_domains(void) of_node_put(np); break; } + + fwnode_dev_initialized(&np->fwnode, true); } put_special_pds(); |