]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx: drop redundant 'u-boot,panel-name' property
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 9 May 2024 10:48:37 +0000 (12:48 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 15 Jun 2024 07:44:16 +0000 (15:44 +0800)
Panel timing bindings do not allow 'u-boot,panel-name' and there seems
to be no users of it: neither Linux kernel drivers, nor U-boot as of
v2024.07-rc2.  Reported by dtbs_check:

  imx6qp-tx6qp-8037.dtb: display-timings: timing-et0700: 'u-boot,panel-name' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-lcd.dtsi
arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-lvds.dtsi

index 7ae495bdc48f2312b2c9c17f6f66bc73d38eb9df..ded241a39906b27c634a68594be4de289b384f2b 100644 (file)
                        };
 
                        timing-etv570 {
-                               u-boot,panel-name = "edt,et057090dhu";
                                clock-frequency = <25200000>;
                                hactive = <640>;
                                vactive = <480>;
                        };
 
                        timing-et0350 {
-                               u-boot,panel-name = "edt,et0350g0dh6";
                                clock-frequency = <6413760>;
                                hactive = <320>;
                                vactive = <240>;
                        };
 
                        timing-et0430 {
-                               u-boot,panel-name = "edt,et0430g0dh6";
                                clock-frequency = <9009000>;
                                hactive = <480>;
                                vactive = <272>;
                        };
 
                        timing-et0700 { /* same as ET0500 */
-                               u-boot,panel-name = "edt,etm0700g0dh6";
                                clock-frequency = <33264000>;
                                hactive = <800>;
                                vactive = <480>;
                        };
 
                        timing-comtft { /* same as ET0700 but with inverted pixel clock */
-                               u-boot,panel-name = "edt,etm0700g0edh6";
                                clock-frequency = <33264000>;
                                hactive = <800>;
                                vactive = <480>;
index dfbdbb87aec4702d441ee110ce257cd49374e4ac..4eb53d5677a6501c97ee578deee107dbb6e83166 100644 (file)
 
                display-timings {
                        timing-hsd100pxn1 {
-                               u-boot,panel-name = "hannstar,hsd100pxn1";
                                clock-frequency = <65000000>;
                                hactive = <1024>;
                                vactive = <768>;
                        };
 
                        timing-nl12880bc20 {
-                               u-boot,panel-name = "nlt,nl12880bc20-spwg-24";
                                clock-frequency = <71000000>;
                                hactive = <1280>;
                                vactive = <800>;
                        };
 
                        timing-et0700 {
-                               u-boot,panel-name = "edt,etm0700g0dh6";
                                clock-frequency = <33264000>;
                                hactive = <800>;
                                vactive = <480>;
                        };
 
                        timing-etv570 {
-                               u-boot,panel-name = "edt,et057090dhu";
                                clock-frequency = <25200000>;
                                hactive = <640>;
                                vactive = <480>;