[PATCH v12 11/13] dt-bindings: display: vop2: Add missing rockchip,grf propertie for rk3566/8
Andy Yan
andyshrk at 163.com
Tue Jan 21 02:34:44 PST 2025
From: Andy Yan <andy.yan at rock-chips.com>
Propertie "rockchip,grf" is required for rk3566/8.
Signed-off-by: Andy Yan <andy.yan at rock-chips.com>
---
Changes in v12:
- Split from patch 10/13
.../devicetree/bindings/display/rockchip/rockchip-vop2.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml
index f23939e67fd0..157a37ed84da 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop2.yaml
@@ -145,6 +145,9 @@ allOf:
rockchip,vop-grf: false
rockchip,pmu: false
+ required:
+ - rockchip,grf
+
- if:
properties:
compatible:
@@ -200,6 +203,7 @@ examples:
"dclk_vp1",
"dclk_vp2";
power-domains = <&power RK3568_PD_VO>;
+ rockchip,grf = <&grf>;
iommus = <&vop_mmu>;
vop_out: ports {
#address-cells = <1>;
--
2.34.1
More information about the linux-arm-kernel
mailing list