ARM: dts: imx25/27: Pass timing0
authorFabio Estevam <festevam@denx.de>
Wed, 6 Dec 2023 20:14:05 +0000 (17:14 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 5 Feb 2024 20:14:23 +0000 (20:14 +0000)
[ Upstream commit 11ab7ad6f795ae23c398a4a5c56505d3dab27c4c ]

Per display-timings.yaml, the 'timing' pattern should be used to
describe the display timings.

Change it accordingly to fix the following dt-schema warning:

imx27-apf27dev.dtb: display-timings: '800x480' does not match any of the regexes: '^timing', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/display/panel/display-timings.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/nxp/imx/imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts
arch/arm/boot/dts/nxp/imx/imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts
arch/arm/boot/dts/nxp/imx/imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts
arch/arm/boot/dts/nxp/imx/imx25-pdk.dts
arch/arm/boot/dts/nxp/imx/imx27-apf27dev.dts
arch/arm/boot/dts/nxp/imx/imx27-eukrea-mbimxsd27-baseboard.dts
arch/arm/boot/dts/nxp/imx/imx27-phytec-phycard-s-rdk.dts
arch/arm/boot/dts/nxp/imx/imx27-phytec-phycore-rdk.dts

index fc8a502..6cddb2c 100644 (file)
@@ -16,7 +16,7 @@
                bus-width = <18>;
                display-timings {
                        native-mode = <&qvga_timings>;
-                       qvga_timings: 320x240 {
+                       qvga_timings: timing0 {
                                clock-frequency = <6500000>;
                                hactive = <320>;
                                vactive = <240>;
index 80a7f96..64b2ffa 100644 (file)
@@ -16,7 +16,7 @@
                bus-width = <18>;
                display-timings {
                        native-mode = <&dvi_svga_timings>;
-                       dvi_svga_timings: 800x600 {
+                       dvi_svga_timings: timing0 {
                                clock-frequency = <40000000>;
                                hactive = <800>;
                                vactive = <600>;
index 24027a1..fb074bf 100644 (file)
@@ -16,7 +16,7 @@
                bus-width = <18>;
                display-timings {
                        native-mode = <&dvi_vga_timings>;
-                       dvi_vga_timings: 640x480 {
+                       dvi_vga_timings: timing0 {
                                clock-frequency = <31250000>;
                                hactive = <640>;
                                vactive = <480>;
index 04f4b12..e93bf3b 100644 (file)
@@ -68,7 +68,7 @@
                bus-width = <18>;
                display-timings {
                        native-mode = <&wvga_timings>;
-                       wvga_timings: 640x480 {
+                       wvga_timings: timing0 {
                                hactive = <640>;
                                vactive = <480>;
                                hback-porch = <45>;
index a21f1f7..f047a84 100644 (file)
@@ -16,7 +16,7 @@
                fsl,pcr = <0xfae80083>; /* non-standard but required */
                display-timings {
                        native-mode = <&timing0>;
-                       timing0: 800x480 {
+                       timing0: timing0 {
                                clock-frequency = <33000033>;
                                hactive = <800>;
                                vactive = <480>;
index 145e459..d787936 100644 (file)
@@ -16,7 +16,7 @@
 
                display-timings {
                        native-mode = <&timing0>;
-                       timing0: 320x240 {
+                       timing0: timing0 {
                                clock-frequency = <6500000>;
                                hactive = <320>;
                                vactive = <240>;
index 25442eb..27c93b9 100644 (file)
@@ -19,7 +19,7 @@
                fsl,pcr = <0xf0c88080>; /* non-standard but required */
                display-timings {
                        native-mode = <&timing0>;
-                       timing0: 640x480 {
+                       timing0: timing0 {
                                hactive = <640>;
                                vactive = <480>;
                                hback-porch = <112>;
index 7f0cd4d..67b2350 100644 (file)
@@ -19,7 +19,7 @@
 
                display-timings {
                        native-mode = <&timing0>;
-                       timing0: 240x320 {
+                       timing0: timing0 {
                                clock-frequency = <5500000>;
                                hactive = <240>;
                                vactive = <320>;