Skip to content

Commit 47d31e6

Browse files
Andy Yanmmind
authored andcommitted
dt-bindings: display: vop2: Add missing rockchip,grf property for rk3566/8
The clock polarity of RGB signal output is controlled by GRF, this property is already being used in the current device tree, but forgot to describe it as a required property in the binding file. Signed-off-by: Andy Yan <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 1803bfb commit 47d31e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ allOf:
146146
rockchip,vop-grf: false
147147
rockchip,pmu: false
148148

149+
required:
150+
- rockchip,grf
151+
149152
- if:
150153
properties:
151154
compatible:
@@ -200,6 +203,7 @@ examples:
200203
"dclk_vp1",
201204
"dclk_vp2";
202205
power-domains = <&power RK3568_PD_VO>;
206+
rockchip,grf = <&grf>;
203207
iommus = <&vop_mmu>;
204208
vop_out: ports {
205209
#address-cells = <1>;

0 commit comments

Comments
 (0)