Re: (subset) [PATCH v5 0/4] dt-bindings: display/msm: convert MDP5 schema to YAML format

2023-01-18 Thread Bjorn Andersson
On Mon, 9 Jan 2023 07:01:48 +0200, Dmitry Baryshkov wrote: > This patch concludes the conversion of display/msm schema from txt files > to YAML format. > > The per-SoC compat (new addition) is required to ease migrating platform > support between mdp5 and dpu drivers. > > Changes since v4: > - Ad

[PATCH v5 0/4] dt-bindings: display/msm: convert MDP5 schema to YAML format

2023-01-08 Thread Dmitry Baryshkov
This patch concludes the conversion of display/msm schema from txt files to YAML format. The per-SoC compat (new addition) is required to ease migrating platform support between mdp5 and dpu drivers. Changes since v4: - Adjust qcom,mdss.yaml to follow the addition of per-SoC compatibles Changes