Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: display: lt8912b: Drop redundant endpoint properties

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@oss.qualcomm.com>
Link: https://patch.msgid.link/20260316134606.57070-2-krzysztof.kozlowski@oss.qualcomm.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring (Arm)
afc7e8f9 1bf99c2a

-3
-3
Documentation/devicetree/bindings/display/bridge/lontium,lt8912b.yaml
··· 39 39 $ref: /schemas/media/video-interfaces.yaml# 40 40 unevaluatedProperties: false 41 41 42 - properties: 43 - data-lanes: true 44 - 45 42 required: 46 43 - data-lanes 47 44