Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ti: align panel timings node name with dtschema

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.

Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> # For DaVinci
Link: https://lore.kernel.org/r/20240509104813.216655-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+4 -4
+1 -1
arch/arm/boot/dts/ti/davinci/da850-evm.dts
··· 65 65 66 66 display-timings { 67 67 native-mode = <&timing0>; 68 - timing0: 480x272 { 68 + timing0: timing-480x272 { 69 69 clock-frequency = <9000000>; 70 70 hactive = <480>; 71 71 vactive = <272>;
+1 -1
arch/arm/boot/dts/ti/omap/am335x-guardian.dts
··· 74 74 pinctrl-1 = <&lcd_pins_sleep>; 75 75 76 76 display-timings { 77 - 320x240 { 77 + timing-320x240 { 78 78 hactive = <320>; 79 79 vactive = <240>; 80 80 hback-porch = <68>;
+1 -1
arch/arm/boot/dts/ti/omap/am335x-pdu001.dts
··· 67 67 }; 68 68 69 69 display-timings { 70 - 240x320p16 { 70 + timing-240x320p16 { 71 71 clock-frequency = <6500000>; 72 72 hactive = <240>; 73 73 vactive = <320>;
+1 -1
arch/arm/boot/dts/ti/omap/am335x-pepper.dts
··· 202 202 }; 203 203 display-timings { 204 204 native-mode = <&timing0>; 205 - timing0: 480x272 { 205 + timing0: timing-480x272 { 206 206 clock-frequency = <18400000>; 207 207 hactive = <480>; 208 208 vactive = <272>;