[PATCH 2/2] media: dt-bindings: Drop redundant endpoint properties

From: Krzysztof Kozlowski

Date: Mon Mar 16 2026 - 09:50:53 EST


The "endpoint" node references video-interfaces.yaml schema with
"unevaluatedProperties: false" which means that all properties from
referenced schema apply. Listing some of them with ": true" is simply
redundant and does not make this code easier to read.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
---
.../devicetree/bindings/media/marvell,mmp2-ccic.yaml | 6 ------
Documentation/devicetree/bindings/media/renesas,ceu.yaml | 3 ---
.../devicetree/bindings/media/renesas,rzg2l-cru.yaml | 6 ------
3 files changed, 15 deletions(-)

diff --git a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml
index de3e483f146a..a8bf06108158 100644
--- a/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml
+++ b/Documentation/devicetree/bindings/media/marvell,mmp2-ccic.yaml
@@ -35,12 +35,6 @@ properties:
$ref: video-interfaces.yaml#
unevaluatedProperties: false

- properties:
- hsync-active: true
- vsync-active: true
- pclk-sample: true
- bus-type: true
-
clocks:
minItems: 1
items:
diff --git a/Documentation/devicetree/bindings/media/renesas,ceu.yaml b/Documentation/devicetree/bindings/media/renesas,ceu.yaml
index d527fc42c3fd..5f78c77b10a3 100644
--- a/Documentation/devicetree/bindings/media/renesas,ceu.yaml
+++ b/Documentation/devicetree/bindings/media/renesas,ceu.yaml
@@ -43,9 +43,6 @@ properties:
unevaluatedProperties: false

properties:
- hsync-active: true
- vsync-active: true
- field-even-active: false
bus-width:
enum: [8, 16]
default: 8
diff --git a/Documentation/devicetree/bindings/media/renesas,rzg2l-cru.yaml b/Documentation/devicetree/bindings/media/renesas,rzg2l-cru.yaml
index 47e18690fa57..c1b81416bd85 100644
--- a/Documentation/devicetree/bindings/media/renesas,rzg2l-cru.yaml
+++ b/Documentation/devicetree/bindings/media/renesas,rzg2l-cru.yaml
@@ -95,12 +95,6 @@ properties:
$ref: video-interfaces.yaml#
unevaluatedProperties: false

- properties:
- hsync-active: true
- vsync-active: true
- bus-width: true
- data-shift: true
-
port@1:
$ref: /schemas/graph.yaml#/properties/port
description:
--
2.51.0