Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64f5ee7b authored by Xiaowen Wu's avatar Xiaowen Wu
Browse files

drm/bridge: add anx7625 to drm device pm link



Add anx7625 to drm device pm link to make sure anx7625 is suspended
after drm device suspended, and resumed before drm device resumed.

Change-Id: I306b9c1f25eec5f9d7efbfd845ed3483a4167045
Signed-off-by: default avatarXiaowen Wu <wxiaowen@codeaurora.org>
parent 9529f971
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1221,6 +1221,9 @@ static int anx7625_bridge_attach(struct drm_bridge *bridge)
		return err;
	}

	device_link_add(bridge->dev->dev, &anx7625->client->dev,
			DL_FLAG_PM_RUNTIME);

	return 0;
}