> -----Original Message-----
> From: Michal Simek <michal.si...@amd.com>
> Sent: Tuesday, 18 February 2025 3:26 pm
> To: Maniyam, Dinesh <dinesh.mani...@intel.com>; u-boot@lists.denx.de
> Cc: Marek <ma...@denx.de>; Simon Goldschmidt
> <simon.k.r.goldschm...@gmail.com>; Simon Glass <s...@chromium.org>; Tom Rini
> <tr...@konsulko.com>; Ilias Apalodimas <ilias.apalodi...@linaro.org>; Heinrich
> Schuchardt <xypron.g...@gmx.de>; Jerome Forissier
> <jerome.foriss...@linaro.org>; Mattijs Korpershoek
> <mkorpersh...@baylibre.com>; Ibai Erkiaga <ibai.erkiaga-elo...@amd.com>;
> Dmitry Rokosov <ddroko...@salutedevices.com>; Jonas Karlman
> <jo...@kwiboo.se>; Sebastian Reichel <sebastian.reic...@collabora.com>;
> Wang Jie <dave.w...@rock-chips.com>; Meng, Tingting
> <tingting.m...@intel.com>; Chee, Tien Fong <tien.fong.c...@intel.com>; Hea,
> Kok Kiang <kok.kiang....@intel.com>; Ng, Boon Khai <boon.khai...@intel.com>;
> Yuslaimi, Alif Zakuan <alif.zakuan.yusla...@intel.com>; Zamri, Muhammad Hazim
> Izzat <muhammad.hazim.izzat.za...@intel.com>; Lim, Jit Loon
> <jit.loon....@intel.com>; Tang, Sieu Mun <sieu.mun.t...@intel.com>
> Subject: Re: [PATCH 01/10] dt-bindings: i3c: Add YAML schema for Cadence I3C
> controller
> 
> 
> 
> On 2/18/25 03:56, dinesh.mani...@intel.com wrote:
> > From: Dinesh Maniyam <dinesh.mani...@intel.com>
> >
> > Add a YAML device tree binding schema for the Cadence I3C controller,
> > defining required and optional properties for proper integration and
> > validation with dt-schema.
> >
> > Signed-off-by: Dinesh Maniyam <dinesh.mani...@intel.com>
> > ---
> >   .../i3c/cdns,i3c-master.yaml                  |  51 +++++
> >   doc/device-tree-bindings/i3c/i3c.yaml         | 186 ++++++++++++++++++
> >   2 files changed, 237 insertions(+)
> >   create mode 100644 doc/device-tree-bindings/i3c/cdns,i3c-master.yaml
> >   create mode 100644 doc/device-tree-bindings/i3c/i3c.yaml
> >
> > diff --git a/doc/device-tree-bindings/i3c/cdns,i3c-master.yaml
> > b/doc/device-tree-bindings/i3c/cdns,i3c-master.yaml
> > new file mode 100644
> > index 0000000000..0eda16482e
> > --- /dev/null
> > +++ b/doc/device-tree-bindings/i3c/cdns,i3c-master.yaml
> > @@ -0,0 +1,51 @@
> > +# SPDX-License-Identifier: GPL-2.0
> > +%YAML 1.2
> > +---
> > +$id: http://devicetree.org/schemas/i3c/cdns,i3c-master.yaml#
> > +$schema: http://devicetree.org/meta-schemas/core.yaml#
> > +
> > +title: Cadence I3C master block
> > +
> > +maintainers:
> > +  - Dinesh Maniyam <dinesh.mani...@intel.com>
> > +
> > +allOf:
> > +  - $ref: i3c.yaml#
> > +
> > +properties:
> > +  compatible:
> > +    const: snps,dw-i3c-master-1.00a
> 
> 
> Filename is not fitting with compatible string used here.
> Anyway binding is already in the linux kernel that's why you don't need to 
> put it
> here.
> Documentation/devicetree/bindings/i3c/snps,dw-i3c-master.yaml
> 
> M

Will drop this commit, since the files in this commit are redundant.
Please expect v2 of this patch series which will exclude this patch.

Regards
Dinesh

Reply via email to