On Sun, May 14, 2023 at 07:17:27PM +0100, Conor Dooley wrote: > On Mon, May 15, 2023 at 12:56:44AM +0800, Jisheng Zhang wrote: > > > +$id: http://devicetree.org/schemas/serial/bouffalolab,uart.yaml# > > $id: relative path/filename doesn't match actual path or filename > expected: http://devicetree.org/schemas/serial/bouffalolab,bl808-uart.yaml# > > Please test the bindings before submission - even dtbs_check catches > that one! Aha, I knew the reason. I did run dt_binding_check and dtbs_check, but then I read one of comments in v2 which suggests the renaming, that's to say the dtbs_check is done before the renmaing. Sorry for confusion