Re: [Freedreno] [PATCH v2] drm/msm: use compatible lists to find mdp node

2021-10-19 Thread Stephen Boyd
Quoting Krishna Manikandan (2021-10-18 22:30:28) > In the current implementation, substring comparison > using device node name is used to find mdp node > during driver probe. Use compatible string list instead > of node name to get mdp node from the parent mdss node. > > Signed-off-by: Krishna Man

[Freedreno] [PATCH v2] drm/msm: use compatible lists to find mdp node

2021-10-18 Thread Krishna Manikandan
In the current implementation, substring comparison using device node name is used to find mdp node during driver probe. Use compatible string list instead of node name to get mdp node from the parent mdss node. Signed-off-by: Krishna Manikandan Changes in v2: - Use compatible lists instead o