On Thu, May 9, 2024 at 12:48 PM Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > DT schema expects panel timings node to follow certain pattern, > dtbs_check warnings: > > am335x-pdu001.dtb: display-timings: '240x320p16' 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> > --- > arch/arm/boot/dts/ti/davinci/da850-evm.dts | 2 +- > arch/arm/boot/dts/ti/omap/am335x-guardian.dts | 2 +- > arch/arm/boot/dts/ti/omap/am335x-pdu001.dts | 2 +- > arch/arm/boot/dts/ti/omap/am335x-pepper.dts | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm/boot/dts/ti/davinci/da850-evm.dts b/arch/arm/boot/dts/ti/davinci/da850-evm.dts > index 6c5936278e75..1f5cd35f8b74 100644 > --- a/arch/arm/boot/dts/ti/davinci/da850-evm.dts > +++ b/arch/arm/boot/dts/ti/davinci/da850-evm.dts > @@ -65,7 +65,7 @@ panel-info { > > display-timings { > native-mode = <&timing0>; > - timing0: 480x272 { > + timing0: timing-480x272 { > clock-frequency = <9000000>; > hactive = <480>; > vactive = <272>; Acked-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> # For DaVinci