summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-01-17 14:49:53 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2025-01-17 14:49:53 -0800
commited9add2b32253b73d4909cc5cd4e7abcfdc0568b (patch)
tree770e4013b0cce4cc5f6d3aede45b48d335668a90 /drivers
parent775a15eaf71d8624024ad91b719ba47d4b04cd2b (diff)
parent352bba6c19cdeac107e7fc1684548269e6b0f111 (diff)
Merge tag 'soc-fixes-6.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull SoC fixes from Arnd Bergmann: "Two last minute fixes: one build issue on TI soc drivers, and a regression in the renesas reset controller driver" * tag 'soc-fixes-6.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: soc: ti: pruss: Fix pruss APIs reset: rzg2l-usbphy-ctrl: Assign proper of node to the allocated device
Diffstat (limited to 'drivers')
-rw-r--r--drivers/reset/reset-rzg2l-usbphy-ctrl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/reset-rzg2l-usbphy-ctrl.c b/drivers/reset/reset-rzg2l-usbphy-ctrl.c
index 12d0535a874b..8a7f167e405e 100644
--- a/drivers/reset/reset-rzg2l-usbphy-ctrl.c
+++ b/drivers/reset/reset-rzg2l-usbphy-ctrl.c
@@ -176,6 +176,7 @@ static int rzg2l_usbphy_ctrl_probe(struct platform_device *pdev)
vdev->dev.parent = dev;
priv->vdev = vdev;
+ device_set_of_node_from_dev(&vdev->dev, dev);
error = platform_device_add(vdev);
if (error)
goto err_device_put;