[PATCH 6/8] ARM: dts: imx6dl-b125v2: add touchscreen-size-x/y to exc80h60 node
Frank.Li at oss.nxp.com
Frank.Li at oss.nxp.com
Tue Sep 1 15:25:40 PDT 2026
From: Frank Li <Frank.Li at nxp.com>
The eeti,exc3000 binding requires touchscreen-size-x and
touchscreen-size-y properties. Add them for both the B125v2 and B125Pv2
boards, which use the AUO G121EAN01 panel at 1280x800 resolution.
Fix below check_dtbs warnings:
arch/arm/boot/dts/nxp/imx/imx6dl-b125v2.dtb: touchscreen at 2a (eeti,exc80h60): 'touchscreen-size-x' is a required property
Assisted-by: Claude:claude-sonnet-4.6
Signed-off-by: Frank Li <Frank.Li at nxp.com>
---
arch/arm/boot/dts/nxp/imx/imx6dl-b125pv2.dts | 2 ++
arch/arm/boot/dts/nxp/imx/imx6dl-b125v2.dts | 2 ++
2 files changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/nxp/imx/imx6dl-b125pv2.dts b/arch/arm/boot/dts/nxp/imx/imx6dl-b125pv2.dts
index 94625d5d5918e..c6ee5f9c8bf87 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6dl-b125pv2.dts
+++ b/arch/arm/boot/dts/nxp/imx/imx6dl-b125pv2.dts
@@ -26,5 +26,7 @@ touchscreen at 2a {
interrupt-parent = <&gpio5>;
interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
reset-gpios = <&tca6424a 21 GPIO_ACTIVE_HIGH>;
+ touchscreen-size-x = <1280>;
+ touchscreen-size-y = <800>;
};
};
diff --git a/arch/arm/boot/dts/nxp/imx/imx6dl-b125v2.dts b/arch/arm/boot/dts/nxp/imx/imx6dl-b125v2.dts
index b3cfa8110ade4..bd4ef091e412b 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6dl-b125v2.dts
+++ b/arch/arm/boot/dts/nxp/imx/imx6dl-b125v2.dts
@@ -26,5 +26,7 @@ touchscreen at 2a {
interrupt-parent = <&gpio5>;
interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
reset-gpios = <&tca6424a 21 GPIO_ACTIVE_HIGH>;
+ touchscreen-size-x = <1280>;
+ touchscreen-size-y = <800>;
};
};
--
2.43.0
More information about the linux-arm-kernel
mailing list