]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: ls1021a-tqmals1021a-mbsl1021a: Remove superfluous compatible
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 25 Jul 2025 06:16:32 +0000 (08:16 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 03:21:18 +0000 (11:21 +0800)
The touchscreen compatible in the overlays has one extra entry. Remove it
to fix the dtbs_check warning:
  touchscreen@38 (edt,edt-ft5406): compatible: ['edt,edt-ft5406', 'edt,edt-ft5x06'] is too long

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a-mbls1021a-rgb-cdtech-dc44.dtso
arch/arm/boot/dts/nxp/ls/ls1021a-tqmls1021a-mbls1021a-rgb-cdtech-fc21.dtso

index 146d45601f693e92e4c2613c0e56ef5ad63715cf..66cedc2dcd965d0cb3f858421009a0985e345ebf 100644 (file)
@@ -36,7 +36,7 @@
        #size-cells = <0>;
 
        polytouch: touchscreen@38 {
-               compatible = "edt,edt-ft5406", "edt,edt-ft5x06";
+               compatible = "edt,edt-ft5406";
                reg = <0x38>;
                interrupt-parent = <&pca9554_0>;
                interrupts = <6 IRQ_TYPE_EDGE_FALLING>;
index db66831f31af93bd60c1425b6e5c5c10fa77e845..8b9455bffbd2687bee8664083a97a982318ea6a9 100644 (file)
@@ -36,7 +36,7 @@
        #size-cells = <0>;
 
        polytouch: touchscreen@38 {
-               compatible = "edt,edt-ft5406", "edt,edt-ft5x06";
+               compatible = "edt,edt-ft5406";
                reg = <0x38>;
                interrupt-parent = <&pca9554_0>;
                interrupts = <6 IRQ_TYPE_EDGE_FALLING>;