[PATCH] spmi: of: Populate fwnode in of_spmi_register_devices
Hsin-Hsiung Wang
hsin-hsiung.wang at mediatek.com
Thu Jun 17 00:41:33 PDT 2021
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 at mediatek.com>
---
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
More information about the linux-arm-kernel
mailing list