Re: [PATCH v1 1/3] dt-bindings: i3c: Add Qualcomm I3C master controller bindings

From: Mukesh Kumar Savaliya
Date: Mon Feb 10 2025 - 11:12:31 EST




On 2/9/2025 5:16 PM, Krzysztof Kozlowski wrote:
On 07/02/2025 13:03, Mukesh Kumar Savaliya wrote:
I will remove minItems and MaxItems, will list Items with description.

Wanted to check if below way is fine ? Because some of the ask to drop
constraints are already present in other i3c yaml files.

if not, could you please help share example removing constraints and
listing item ?

== Sample ==
properties:
compatible:
enum:
- qcom,i3c-controller

reg:
type: array
minItems: 1
maxItems: 1
items:
type: integer
description: Base address and size of the I3C controller registers.


I really do not understand this sample. That's not a DT schema code.
Please open existing Qcom bindings and look how it is done.

Added changes looking at existing i2c and i3c dt-bindings. Please help review latest.

Best regards,
Krzysztof