Thank you for your contribution! Sashiko AI review found 1 potential issue(s) 
to consider:
- [Low] Typo `maxitems` instead of `maxItems` in device tree binding schema.
--

commit b966754e5a0b2701616e733b8013eb6ace1487ef
Author: Thierry Reding <[email protected]>

dt-bindings: gpu: host1x: Document memory-regions for NVDEC

The video protection region is a reserved memory region that can be used
for secure video playback. NVDEC can access this region to decode images
into securely.

Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-dc.yaml in 
properties.memory-region-names:

>   memory-region-names:
>     items:
>       enum: [ framebuffer, protected ]
>     minItems: 1
>     maxitems: 2

[Severity: Low]
Is this regression a typo with maxitems? Should it be camelCase like
maxItems?

It looks like the lowercase version either disables maximum length validation
for the memory-region-names array or breaks meta-schema evaluation when a
developer or CI system runs the make dt_binding_check target.

-- 
Sashiko AI review ยท 
https://sashiko.dev/#/patchset/[email protected]?part=3

Reply via email to