On Wed, Jun 21, 2023 at 06:56:45PM +0100, Lee Jones wrote: > On Tue, 13 Jun 2023, Manikandan Muralidharan wrote: > > > Add compatible for SAM9X7 HLCD controller. > > > > Signed-off-by: Manikandan Muralidharan > > --- > > drivers/mfd/atmel-hlcdc.c | 1 + > > 1 file changed, 1 insertion(+) > > Applied, thanks Hmm, Nicolas pointed out that this compatible is likely insufficient, and it'll likely need to be sam9x70 & sam9x75 as there are differences between what each of these SoCs support. https://lore.kernel.org/all/ef09246c-9220-4c71-4ac2-2792d9ca519d@microchip.com/ I guess it doesn't really matter, since the binding didn't get applied and what's in the driver can be arbitrarily changed? Cheers, Conor.