All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/11] dt-bindings: display/msm: rework MDSS and DPU bindings
@ 2022-07-10  9:00 ` Dmitry Baryshkov
  0 siblings, 0 replies; 62+ messages in thread
From: Dmitry Baryshkov @ 2022-07-10  9:00 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Clark, Sean Paul,
	Abhinav Kumar, Rob Herring, Krzysztof Kozlowski
  Cc: Stephen Boyd, David Airlie, Daniel Vetter, linux-arm-msm,
	devicetree, dri-devel, freedreno

Create separate YAML schema for MDSS devicesd$ (both for MDP5 and DPU
devices). Cleanup DPU schema files, so that they do not contain schema
for both MDSS and DPU nodes. Apply misc small fixes to the DPU schema
afterwards.

Changes since v1:
 - Renamed DPU device nodes from mdp@ to display-controller@
 - Described removal of mistakenly mentioned "lut" clock
 - Switched mdss.yaml to use $ref instead of fixing compatible strings
 - Dropped mdp-opp-table description (renamed by Krzysztof in his
   patchset)
 - Reworked DPU's ports definitions. Dropped description of individual
   ports, left only /ports $ref and description in dpu-common.yaml.

Dmitry Baryshkov (11):
  arm64: dts: qcom: sdm845: rename DPU device node
  arm64: dts: qcom: sc7180: rename DPU device node
  arm64: dts: qcom: sm8250: rename DPU device node
  dt-bindings: display/msm: split qcom, mdss bindings
  dt-bindings: display/msm: move qcom,sdm845-mdss schema to mdss.yaml
  dt-bindings: display/msm: move qcom,sc7180-mdss schema to mdss.yaml
  dt-bindings: display/msm: move qcom,sc7280-mdss schema to mdss.yaml
  dt-bindings: display/msm: move qcom,qcm2290-mdss schema to mdss.yaml
  dt-bindings: display/msm: move qcom,msm8998-mdss schema to mdss.yaml
  dt-bindings: display/mdm: add gcc-bus clock to dpu-smd845
  dt-bindings: display/msm: move common DPU properties to
    dpu-common.yaml

 .../bindings/display/msm/dpu-common.yaml      |  42 ++
 .../bindings/display/msm/dpu-msm8998.yaml     | 139 +------
 .../bindings/display/msm/dpu-qcm2290.yaml     | 143 +------
 .../bindings/display/msm/dpu-sc7180.yaml      | 148 +------
 .../bindings/display/msm/dpu-sc7280.yaml      | 147 +------
 .../bindings/display/msm/dpu-sdm845.yaml      | 139 +------
 .../devicetree/bindings/display/msm/mdp5.txt  |  30 +-
 .../devicetree/bindings/display/msm/mdss.yaml | 361 ++++++++++++++++++
 arch/arm64/boot/dts/qcom/sc7180.dtsi          |   2 +-
 arch/arm64/boot/dts/qcom/sdm845.dtsi          |   2 +-
 arch/arm64/boot/dts/qcom/sm8250.dtsi          |   2 +-
 11 files changed, 508 insertions(+), 647 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/msm/dpu-common.yaml
 create mode 100644 Documentation/devicetree/bindings/display/msm/mdss.yaml

-- 
2.35.1


^ permalink raw reply	[flat|nested] 62+ messages in thread

end of thread, other threads:[~2022-08-23 13:56 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-10  9:00 [PATCH v2 00/11] dt-bindings: display/msm: rework MDSS and DPU bindings Dmitry Baryshkov
2022-07-10  9:00 ` Dmitry Baryshkov
2022-07-10  9:00 ` [PATCH v2 01/11] arm64: dts: qcom: sdm845: rename DPU device node Dmitry Baryshkov
2022-07-10  9:00   ` Dmitry Baryshkov
2022-07-11  8:39   ` Konrad Dybcio
2022-07-11  8:39     ` Konrad Dybcio
2022-07-10  9:00 ` [PATCH v2 02/11] arm64: dts: qcom: sc7180: " Dmitry Baryshkov
2022-07-10  9:00   ` Dmitry Baryshkov
2022-07-11  8:39   ` Konrad Dybcio
2022-07-11  8:39     ` Konrad Dybcio
2022-07-10  9:00 ` [PATCH v2 03/11] arm64: dts: qcom: sm8250: " Dmitry Baryshkov
2022-07-10  9:00   ` Dmitry Baryshkov
2022-07-11  8:40   ` Konrad Dybcio
2022-07-11  8:40     ` Konrad Dybcio
2022-07-10  9:00 ` [PATCH v2 04/11] dt-bindings: display/msm: split qcom, mdss bindings Dmitry Baryshkov
2022-07-10  9:00   ` Dmitry Baryshkov
2022-07-10 16:54   ` Rob Herring
2022-07-10 16:54     ` Rob Herring
2022-07-10 17:00     ` Dmitry Baryshkov
2022-07-10 17:00       ` Dmitry Baryshkov
2022-07-11 11:37   ` Krzysztof Kozlowski
2022-07-11 11:37     ` Krzysztof Kozlowski
2022-08-22 18:57     ` Dmitry Baryshkov
2022-08-22 18:57       ` Dmitry Baryshkov
2022-07-10  9:00 ` [PATCH v2 05/11] dt-bindings: display/msm: move qcom,sdm845-mdss schema to mdss.yaml Dmitry Baryshkov
2022-07-10  9:00   ` [PATCH v2 05/11] dt-bindings: display/msm: move qcom, sdm845-mdss " Dmitry Baryshkov
2022-07-18 17:53   ` [PATCH v2 05/11] dt-bindings: display/msm: move qcom,sdm845-mdss " Rob Herring
2022-07-18 17:53     ` [PATCH v2 05/11] dt-bindings: display/msm: move qcom, sdm845-mdss " Rob Herring
2022-07-10  9:00 ` [PATCH v2 06/11] dt-bindings: display/msm: move qcom,sc7180-mdss " Dmitry Baryshkov
2022-07-10  9:00   ` [PATCH v2 06/11] dt-bindings: display/msm: move qcom, sc7180-mdss " Dmitry Baryshkov
2022-07-18 17:56   ` [PATCH v2 06/11] dt-bindings: display/msm: move qcom,sc7180-mdss " Rob Herring
2022-07-18 17:56     ` [PATCH v2 06/11] dt-bindings: display/msm: move qcom, sc7180-mdss " Rob Herring
2022-08-11  8:25   ` [PATCH v2 06/11] dt-bindings: display/msm: move qcom,sc7180-mdss " Krzysztof Kozlowski
2022-08-11  8:25     ` [PATCH v2 06/11] dt-bindings: display/msm: move qcom, sc7180-mdss " Krzysztof Kozlowski
2022-08-22 19:04     ` [PATCH v2 06/11] dt-bindings: display/msm: move qcom,sc7180-mdss " Dmitry Baryshkov
2022-08-22 19:04       ` [PATCH v2 06/11] dt-bindings: display/msm: move qcom, sc7180-mdss " Dmitry Baryshkov
2022-08-23 11:00       ` Krzysztof Kozlowski
2022-08-23 11:00         ` [PATCH v2 06/11] dt-bindings: display/msm: move qcom,sc7180-mdss " Krzysztof Kozlowski
2022-07-10  9:00 ` [PATCH v2 07/11] dt-bindings: display/msm: move qcom,sc7280-mdss " Dmitry Baryshkov
2022-07-10  9:00   ` [PATCH v2 07/11] dt-bindings: display/msm: move qcom, sc7280-mdss " Dmitry Baryshkov
2022-07-18 17:56   ` [PATCH v2 07/11] dt-bindings: display/msm: move qcom,sc7280-mdss " Rob Herring
2022-07-18 17:56     ` [PATCH v2 07/11] dt-bindings: display/msm: move qcom, sc7280-mdss " Rob Herring
2022-07-10  9:00 ` [PATCH v2 08/11] dt-bindings: display/msm: move qcom,qcm2290-mdss " Dmitry Baryshkov
2022-07-10  9:00   ` [PATCH v2 08/11] dt-bindings: display/msm: move qcom, qcm2290-mdss " Dmitry Baryshkov
2022-07-18 17:57   ` [PATCH v2 08/11] dt-bindings: display/msm: move qcom,qcm2290-mdss " Rob Herring
2022-07-18 17:57     ` Rob Herring
2022-07-10  9:00 ` [PATCH v2 09/11] dt-bindings: display/msm: move qcom,msm8998-mdss " Dmitry Baryshkov
2022-07-10  9:00   ` [PATCH v2 09/11] dt-bindings: display/msm: move qcom, msm8998-mdss " Dmitry Baryshkov
2022-07-18 17:58   ` [PATCH v2 09/11] dt-bindings: display/msm: move qcom,msm8998-mdss " Rob Herring
2022-07-18 17:58     ` Rob Herring
2022-07-10  9:00 ` [PATCH v2 10/11] dt-bindings: display/mdm: add gcc-bus clock to dpu-smd845 Dmitry Baryshkov
2022-07-10  9:00   ` Dmitry Baryshkov
2022-07-18 17:58   ` Rob Herring
2022-07-18 17:58     ` Rob Herring
2022-07-10  9:00 ` [PATCH v2 11/11] dt-bindings: display/msm: move common DPU properties to dpu-common.yaml Dmitry Baryshkov
2022-07-10  9:00   ` Dmitry Baryshkov
2022-07-18 17:50   ` Rob Herring
2022-07-18 17:50     ` Rob Herring
2022-08-22 20:13     ` Dmitry Baryshkov
2022-08-22 20:13       ` Dmitry Baryshkov
2022-07-16 15:18 ` (subset) [PATCH v2 00/11] dt-bindings: display/msm: rework MDSS and DPU bindings Bjorn Andersson
2022-07-16 15:18   ` Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.