Re: [PATCH 1/5] ARM: dts: imx: align panel timings node name with dtschema

From: Shawn Guo
Date: Sat Jun 15 2024 - 03:46:26 EST


On Thu, May 09, 2024 at 12:48:34PM +0200, Krzysztof Kozlowski wrote:
> DT schema expects panel timings node to follow certain pattern,
> dtbs_check warnings:
>
> imx6dl-gw54xx.dtb: display-timings: 'hsd100pxn1' does not match any of the regexes: '^timing', 'pinctrl-[0-9]+'
>
> Linux drivers do not care about node name, so this should not have
> effect on Linux.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Applied all, thanks!