Re: [PATCH] ARM: dts: omap3-gta04: Drop superfluous omap36xx compatible

From: Tony Lindgren
Date: Sat Oct 07 2023 - 02:44:45 EST


* H. Nikolaus Schaller <hns@xxxxxxxxxxxxx> [231004 12:50]:
> What about the PVR/SGX driver. This needs a compatible that can distinguish
> between the DM3725 and DM3730. The first is w/o SGX and the second one
> with. Having all summarized as omap3630 does not allow to load the
> PVR/SGX driver based on the board specific compatible entry.
>
> AFAIR this was the original idea behind
>
> compatible = "goldelico,gta04", "ti,omap3630", "ti,omap36xx", "ti,omap3";

I think we already handle this, see drivers/bus/ti-sysc.c and search for
DIS_SGX and similar flags for other accelerators. So I think this patch is
safe to apply?

Regards,

Tony