mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
pmdomain: Merge branch fixes into next
Merge the pmdomain fixes for v7.1-rc[n] into the next branch, to allow them to get tested together with the pmdomain changes that are targeted for the next release. Signed-off-by: Ulf Hansson <ulfh@kernel.org>
This commit is contained in:
commit
c2078a9855
|
|
@ -487,7 +487,7 @@ static int imx_gpc_probe(struct platform_device *pdev)
|
|||
domain->ipg_rate_mhz = ipg_rate_mhz;
|
||||
|
||||
pd_pdev->dev.parent = &pdev->dev;
|
||||
pd_pdev->dev.of_node = np;
|
||||
pd_pdev->dev.of_node = of_node_get(np);
|
||||
pd_pdev->dev.fwnode = of_fwnode_handle(np);
|
||||
|
||||
ret = platform_device_add(pd_pdev);
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ static inline void ti_sci_pd_set_wkup_constraint(struct device *dev)
|
|||
const struct ti_sci_handle *ti_sci = pd->parent->ti_sci;
|
||||
int ret;
|
||||
|
||||
if (device_may_wakeup(dev)) {
|
||||
if (device_may_wakeup(dev) || device_wakeup_path(dev)) {
|
||||
/*
|
||||
* If device can wakeup using IO daisy chain wakeups,
|
||||
* we do not want to set a constraint.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user