Skip to content

Commit 8d1d17d

Browse files
committed
Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-dp', 'msm-next-lumag-dsi', 'msm-next-lumag-hdmi' and 'msm-next-lumag-mdp5' into msm-next-lumag
Core: - MSM_INFO_GET_FLAGS support - Cleaned up MSM IOMMU wrapper code DPU: - Added support for XR30 and P010 image formats - Reworked MDSS/DPU schema, added SM8250 MDSS bindings - Added Qualcomm SM6115 support DP: - Dropped unsane sanity checks DSI: - Fix calculation of DSC pps payload DSI PHY: - DSI PHY support for QCM2290 HDMI: - Reworked dev init path And, as usual, small misc fixes. Signed-off-by: Dmitry Baryshkov <[email protected]>
6 parents 822ff99 + 3581b70 + d3c1a86 + c541556 + ad51705 + 5d8c041 commit 8d1d17d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3338
-1516
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
%YAML 1.2
2+
---
3+
$id: http://devicetree.org/schemas/display/msm/dpu-common.yaml#
4+
$schema: http://devicetree.org/meta-schemas/core.yaml#
5+
6+
title: Qualcomm Display DPU common properties
7+
8+
maintainers:
9+
- Krishna Manikandan <[email protected]>
10+
- Dmitry Baryshkov <[email protected]>
11+
- Rob Clark <[email protected]>
12+
13+
description: |
14+
Common properties for QCom DPU display controller.
15+
16+
properties:
17+
interrupts:
18+
maxItems: 1
19+
20+
power-domains:
21+
maxItems: 1
22+
23+
operating-points-v2: true
24+
opp-table:
25+
type: object
26+
27+
ports:
28+
$ref: /schemas/graph.yaml#/properties/ports
29+
description: |
30+
Contains the list of output ports from DPU device. These ports
31+
connect to interfaces that are external to the DPU hardware,
32+
such as DSI, DP etc.
33+
34+
patternProperties:
35+
"^port@[0-9a-f]+$":
36+
$ref: /schemas/graph.yaml#/properties/port
37+
38+
# at least one port is required
39+
required:
40+
- port@0
41+
42+
required:
43+
- compatible
44+
- reg
45+
- reg-names
46+
- clocks
47+
- interrupts
48+
- power-domains
49+
- operating-points-v2
50+
- ports
51+
52+
additionalProperties: true

Documentation/devicetree/bindings/display/msm/dpu-msm8998.yaml

Lines changed: 0 additions & 223 deletions
This file was deleted.

0 commit comments

Comments
 (0)