]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: vt8500: align panel timings node name with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 9 May 2024 10:47:49 +0000 (12:47 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 12 Jun 2024 11:20:04 +0000 (13:20 +0200)
DT schema expects panel timings node to follow certain pattern,
dtbs_check warnings:

  vt8500-bv07.dtb: display-timings: '800x480' 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.

Link: https://lore.kernel.org/r/20240509104749.216605-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/vt8500/vt8500-bv07.dts
arch/arm/boot/dts/vt8500/wm8505-ref.dts
arch/arm/boot/dts/vt8500/wm8650-mid.dts
arch/arm/boot/dts/vt8500/wm8850-w70v2.dts

index e9f55bd30bd443c764cf8d99171817b232d892f9..38a2da5e2c5d64477f04e1da9d98cb97be0d95e4 100644 (file)
@@ -16,7 +16,7 @@
        bits-per-pixel = <16>;
        display-timings {
                native-mode = <&timing0>;
-               timing0: 800x480 {
+               timing0: timing-800x480 {
                        clock-frequency = <0>; /* unused but required */
                        hactive = <800>;
                        vactive = <480>;
index 2d77c087676eb14065e05aa0a4f5b321656bd99e..8ce9e2ef0a81097e7143a5392ee5b42bf8028ec1 100644 (file)
@@ -16,7 +16,7 @@
        bits-per-pixel = <32>;
        display-timings {
                native-mode = <&timing0>;
-               timing0: 800x480 {
+               timing0: timing-800x480 {
                        clock-frequency = <0>; /* unused but required */
                        hactive = <800>;
                        vactive = <480>;
index f6a42149a0a0cf90a6f0f3581917448ddffca2e9..7977b6c1e8ebf215df210dee703e470b9159d329 100644 (file)
@@ -17,7 +17,7 @@
 
        display-timings {
                native-mode = <&timing0>;
-               timing0: 800x480 {
+               timing0: timing-800x480 {
                        clock-frequency = <0>; /* unused but required */
                        hactive = <800>;
                        vactive = <480>;
index c7a6fe0ce48f726407d46ba5b6b024451b8049d8..5d409323b10cb94a5694722de1e31cff5be390ce 100644 (file)
@@ -28,7 +28,7 @@
        bits-per-pixel = <16>;
        display-timings {
                native-mode = <&timing0>;
-               timing0: 800x480 {
+               timing0: timing-800x480 {
                        clock-frequency = <0>; /* unused but required */
                        hactive = <800>;
                        vactive = <480>;