Skip to content

Commit bc6a958

Browse files
committed
Merge tag 'reset-fixes-for-v6.13' of git://git.pengutronix.de/pza/linux into arm/fixes
Reset controller fixes for v6.13 * Fix rzg2l-usb-vbus-regulator lookup by assigning the proper of node to the allocated platform device in the rzg2l-usbphy-ctrl driver. * tag 'reset-fixes-for-v6.13' of git://git.pengutronix.de/pza/linux: reset: rzg2l-usbphy-ctrl: Assign proper of node to the allocated device Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 5bc55a3 + 1f8af97 commit bc6a958

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/reset/reset-rzg2l-usbphy-ctrl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ static int rzg2l_usbphy_ctrl_probe(struct platform_device *pdev)
176176
vdev->dev.parent = dev;
177177
priv->vdev = vdev;
178178

179+
device_set_of_node_from_dev(&vdev->dev, dev);
179180
error = platform_device_add(vdev);
180181
if (error)
181182
goto err_device_put;

0 commit comments

Comments
 (0)