Re: [PATCH v6 1/3] dt-bindings: i3c: Add support for Qualcomm I3C controller
From: Konrad Dybcio
Date: Thu Jul 17 2025 - 16:51:30 EST
On 7/1/25 9:18 AM, Mukesh Kumar Savaliya wrote:
> Add device tree bindings for the Qualcomm I3C controller. This includes
> the necessary documentation and properties required to describe the
> hardware in the device tree.
>
> Signed-off-by: Mukesh Kumar Savaliya <mukesh.savaliya@xxxxxxxxxxxxxxxx>
> Reviewed-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> ---
[...]
> +properties:
> + compatible:
> + const: qcom,geni-i3c
> +
> + reg:
> + maxItems: 1
In another patchset, you expanded 'reg', can you coalesce that change
into here, so that we don't have to worry about backwards compat?
Konrad