On 25-02-27, Marek Vasut wrote: > On 2/27/25 9:17 PM, Marco Felsch wrote: > > [...] > > > > diff --git a/drivers/gpu/drm/panthor/panthor_drv.c b/drivers/gpu/drm/panthor/panthor_drv.c > > > index 06fe46e320738..2504a456d45c4 100644 > > > --- a/drivers/gpu/drm/panthor/panthor_drv.c > > > +++ b/drivers/gpu/drm/panthor/panthor_drv.c > > > @@ -1591,6 +1591,7 @@ static struct attribute *panthor_attrs[] = { > > > ATTRIBUTE_GROUPS(panthor); > > > static const struct of_device_id dt_match[] = { > > > + { .compatible = "fsl,imx95-mali" }, /* G310 */ > > ^ > > nxp? > > > > Can we switch to nxp instead? > We can ... is that the current recommendation ? > > Why not stick with fsl , is that deprecated now ? Nope I don't think so but I do see patches adding 'nxp' as vendor (mostly external chips) and some with 'fsl' (mostly soc internal ip cores). My hope was that at some point we could switch to 'nxp' only and make use of this vendor-prefix. Of course NXP should start with that switch but this seems not to happen :/ It's more a nit but maybe this triggers NXP to make use of the 'nxp' vendor-prefix as well once they upstream a new base dtsi. Regards, Marco