[PATCH 02/10] drivers: i3c: Add new i3c uclass id
Simon Glass
sjg at chromium.org
Tue Feb 18 14:29:19 CET 2025
Hi Dinesh,
On Mon, 17 Feb 2025 at 19:57, <dinesh.maniyam at intel.com> wrote:
>
> From: Dinesh Maniyam <dinesh.maniyam at intel.com>
>
> Add i3c general uclass id.
>
> Signed-off-by: Dinesh Maniyam <dinesh.maniyam at 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
More information about the U-Boot
mailing list