summaryrefslogtreecommitdiffstats
path: root/drivers/pmdomain/imx
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2023-10-26 16:01:03 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2023-10-26 16:01:03 +0200
commit1df91d85f29f4f1bf34b74e63a5df4f5943f18c1 (patch)
tree7cef3bb5b1a9cb7c91427938b985490ebc1302a9 /drivers/pmdomain/imx
parentfad5bf2e2c900232277288460b7a91b147954aab (diff)
parent374de39d38f97b0e58cfee88da590b2d056ccf7f (diff)
downloadlinux-1df91d85f29f4f1bf34b74e63a5df4f5943f18c1.tar.gz
linux-1df91d85f29f4f1bf34b74e63a5df4f5943f18c1.tar.bz2
linux-1df91d85f29f4f1bf34b74e63a5df4f5943f18c1.zip
pmdomain: Merge branch fixes into next
Merge the pmdomain fixes for v6.6-rc[n] into the next branch, to allow them to get tested together with the new pmdomain changes that are targeted for v6.7. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/pmdomain/imx')
-rw-r--r--drivers/pmdomain/imx/gpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pmdomain/imx/gpc.c b/drivers/pmdomain/imx/gpc.c
index 114f44ca07dd..7d81e3171d39 100644
--- a/drivers/pmdomain/imx/gpc.c
+++ b/drivers/pmdomain/imx/gpc.c
@@ -497,6 +497,7 @@ static int imx_gpc_probe(struct platform_device *pdev)
pd_pdev->dev.parent = &pdev->dev;
pd_pdev->dev.of_node = np;
+ pd_pdev->dev.fwnode = of_fwnode_handle(np);
ret = platform_device_add(pd_pdev);
if (ret) {