Hi Linus Thanks. On Thu, 5 Aug 2021 at 17:11, Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > > On Sat, Jul 24, 2021 at 5:44 AM <dillon.minfei@xxxxxxxxx> wrote: > > > From: Dillon Min <dillon.minfei@xxxxxxxxx> > > > > Since the compatible string defined from ilitek,ili9341.yaml is > > "st,sf-tc240t-9370-t", "ilitek,ili9341" > > > > so, append "ilitek,ili9341" to avoid the below dtbs_check warning. > > > > arch/arm/boot/dts/stm32f429-disco.dt.yaml: display@1: compatible: > > ['st,sf-tc240t-9370-t'] is too short > > > > Fixes: a726e2f000ec ("ARM: dts: stm32: enable ltdc binding with ili9341, gyro l3gd20 on stm32429-disco board") > > Signed-off-by: Dillon Min <dillon.minfei@xxxxxxxxx> > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > --- > > v4: no change. > > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > > Please funnel this patch through the STM and ARM SoC tree. Sure, I will let Alex know. Thanks for your help on this driver. Hi Alex, Should I send v5 with Linus's Reviewed-by tag on this patch? thanks. Best Regards Dillon > > Yours, > Linus Walleij