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

Commit fcac55e4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/bridge: add anx7625 to drm device pm link"

parents 45fd18ed 64f5ee7b
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;
}