Hi Dinesh,

On Mon, 17 Feb 2025 at 19:57, <dinesh.mani...@intel.com> wrote:
>
> From: Dinesh Maniyam <dinesh.mani...@intel.com>
>
> Add i3c general uclass id.
>
> Signed-off-by: Dinesh Maniyam <dinesh.mani...@intel.com>
> ---
>  include/dm/uclass-id.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h
> index 270088ad94..1d259b439f 100644
> --- a/include/dm/uclass-id.h
> +++ b/include/dm/uclass-id.h
> @@ -78,6 +78,7 @@ enum uclass_id {
>         UCLASS_I2C_GENERIC,     /* Generic I2C device */
>         UCLASS_I2C_MUX,         /* I2C multiplexer */
>         UCLASS_I2S,             /* I2S bus */
> +       UCLASS_I3C,             /* I3C bus */
>         UCLASS_IDE,             /* IDE device */
>         UCLASS_IOMMU,           /* IOMMU */
>         UCLASS_IRQ,             /* Interrupt controller */
> --
> 2.26.2
>

When you add a new uclass, please add a sandbox driver and some tests.
There is the existing i2c to follow, but your tests may be simpler.

Regards,
Simon

Reply via email to