We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f7430 commit 640f35bCopy full SHA for 640f35b
Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml
@@ -78,6 +78,10 @@ properties:
78
interrupts:
79
maxItems: 1
80
81
+ amlogic,canvas:
82
+ description: should point to a canvas provider node
83
+ $ref: /schemas/types.yaml#/definitions/phandle
84
+
85
power-domains:
86
87
description: phandle to the associated power domain
@@ -106,6 +110,7 @@ required:
106
110
- port@1
107
111
- "#address-cells"
108
112
- "#size-cells"
113
+ - amlogic,canvas
109
114
115
additionalProperties: false
116
@@ -118,6 +123,7 @@ examples:
118
123
interrupts = <3>;
119
124
#address-cells = <1>;
120
125
#size-cells = <0>;
126
+ amlogic,canvas = <&canvas>;
121
127
122
128
/* CVBS VDAC output port */
129
port@0 {
0 commit comments