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

dt-bindings: display: arm,pl11x: Allow resets property

Allow resets property to fix below CHECK_DTB warning:
arch/arm/boot/dts/nxp/lpc/lpc4337-ciaa.dtb: lcd-controller@40008000 (arm,pl111): 'resets' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250602144906.944866-1-Frank.Li@nxp.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Frank Li and committed by
Rob Herring (Arm)
f2d26960 5e61d44d

+3
+3
Documentation/devicetree/bindings/display/arm,pl11x.yaml
··· 78 78 If not present, the memory interface is fast enough to handle all 79 79 possible video modes. 80 80 81 + resets: 82 + maxItems: 1 83 + 81 84 port: 82 85 $ref: /schemas/graph.yaml#/$defs/port-base 83 86 additionalProperties: false