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>
This commit is contained in:
Krzysztof Kozlowski 2024-05-09 12:48:13 +02:00
parent 11afaf16a6
commit 93ba8817f2
4 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ panel-info {
display-timings {
native-mode = <&timing0>;
timing0: 480x272 {
timing0: timing-480x272 {
clock-frequency = <9000000>;
hactive = <480>;
vactive = <272>;

View File

@ -74,7 +74,7 @@ panel {
pinctrl-1 = <&lcd_pins_sleep>;
display-timings {
320x240 {
timing-320x240 {
hactive = <320>;
vactive = <240>;
hback-porch = <68>;

View File

@ -67,7 +67,7 @@ panel-info {
};
display-timings {
240x320p16 {
timing-240x320p16 {
clock-frequency = <6500000>;
hactive = <240>;
vactive = <320>;

View File

@ -202,7 +202,7 @@ panel-info {
};
display-timings {
native-mode = <&timing0>;
timing0: 480x272 {
timing0: timing-480x272 {
clock-frequency = <18400000>;
hactive = <480>;
vactive = <272>;