Skip to content

Commit 3e4659f

Browse files
anderssonlumag
authored andcommitted
dt-bindings: display: msm: Add optional resets
Add an optional reference to the MDSS_CORE reset, which when specified can be used by the implementation to reset the hardware blocks. Reviewed-by: Dmitry Baryshkov <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/482794/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent dabfdd8 commit 3e4659f

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ properties:
6666
interconnect-names:
6767
const: mdp0-mem
6868

69+
resets:
70+
items:
71+
- description: MDSS_CORE reset
72+
6973
patternProperties:
7074
"^display-controller@[0-9a-f]+$":
7175
type: object

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ properties:
6565
interconnect-names:
6666
const: mdp0-mem
6767

68+
resets:
69+
items:
70+
- description: MDSS_CORE reset
71+
6872
patternProperties:
6973
"^display-controller@[0-9a-f]+$":
7074
type: object

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ properties:
6464
interconnect-names:
6565
const: mdp0-mem
6666

67+
resets:
68+
items:
69+
- description: MDSS_CORE reset
70+
6771
patternProperties:
6872
"^display-controller@[0-9a-f]+$":
6973
type: object

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ properties:
5757

5858
ranges: true
5959

60+
resets:
61+
items:
62+
- description: MDSS_CORE reset
63+
6064
patternProperties:
6165
"^display-controller@[0-9a-f]+$":
6266
type: object

0 commit comments

Comments
 (0)