[PATCH] spmi: of: Populate fwnode in of_spmi_register_devices

From: Hsin-Hsiung Wang
Date: Thu Jun 17 2021 - 03:42:16 EST


This patch allows the of_devlink feature to work across spmi devices. This
avoid unnecessary probe deferrals of spmi devices, defers consumers of spmi
devices till the spmi devices probe, and allows spmi drivers to implement
sync_state() callbacks.

Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@xxxxxxxxxxxx>
---
drivers/spmi/spmi.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/spmi/spmi.c b/drivers/spmi/spmi.c
index 51f5aeb65b3b..0e679a483ce9 100644
--- a/drivers/spmi/spmi.c
+++ b/drivers/spmi/spmi.c
@@ -498,6 +498,7 @@ static void of_spmi_register_devices(struct spmi_controller *ctrl)
continue;

sdev->dev.of_node = node;
+ sdev->dev.fwnode = of_fwnode_handle(node);
sdev->usid = (u8)reg[0];

err = spmi_device_add(sdev);
--
2.18.0