diff mbox series

[1/2] ARM: dts: apalis/colibri-imx6: Enable STMPE811 TS

Message ID 20250227170556.589668-2-ernest.vanhoecke@toradex.com (mailing list archive)
State New
Headers show
Series ARM: dts: apalis/colibri-imx6: Add support for v1.2 | expand

Commit Message

Ernest Van Hoecke Feb. 27, 2025, 5:04 p.m. UTC
Enable the STMPE811 touchscreen in the SOM dtsi files. The STMPE811 is
part of the SOM. It's self contained within it, therefore, disabling it
is not the correct default behavior.

Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>
---
 arch/arm/boot/dts/nxp/imx/imx6qdl-apalis.dtsi  | 1 -
 arch/arm/boot/dts/nxp/imx/imx6qdl-colibri.dtsi | 1 -
 2 files changed, 2 deletions(-)

Comments

Francesco Dolcini Feb. 28, 2025, 9:55 a.m. UTC | #1
On Thu, Feb 27, 2025 at 06:04:52PM +0100, Ernest Van Hoecke wrote:
> Enable the STMPE811 touchscreen in the SOM dtsi files. The STMPE811 is
> part of the SOM. It's self contained within it, therefore, disabling it
> is not the correct default behavior.
> 
> Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>

Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Fabio Estevam Feb. 28, 2025, 7:42 p.m. UTC | #2
On Thu, Feb 27, 2025 at 2:06 PM Ernest Van Hoecke
<ernestvanhoecke@gmail.com> wrote:
>
> Enable the STMPE811 touchscreen in the SOM dtsi files. The STMPE811 is
> part of the SOM. It's self contained within it, therefore, disabling it
> is not the correct default behavior.
>
> Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>

Please run /scripts/checkpatch.pl and fix the following warning:

From:/Signed-off-by: email address mismatch: 'From: Ernest Van Hoecke
<ernestvanhoecke@gmail.com>' != 'Signed-off-by: Ernest Van Hoecke
<ernest.vanhoecke@toradex.com>'
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-apalis.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-apalis.dtsi
index dffab5aa8b9c..23913f18586c 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6qdl-apalis.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-apalis.dtsi
@@ -664,7 +664,6 @@  stmpe_ts: stmpe_touchscreen {
 			st,settling = <3>;
 			/* 5 ms touch detect interrupt delay */
 			st,touch-det-delay = <5>;
-			status = "disabled";
 		};
 
 		stmpe_adc: stmpe_adc {
diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-colibri.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-colibri.dtsi
index 9f33419c260b..9a9f9764dc65 100644
--- a/arch/arm/boot/dts/nxp/imx/imx6qdl-colibri.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-colibri.dtsi
@@ -588,7 +588,6 @@  stmpe_ts: stmpe_touchscreen {
 			st,settling = <3>;
 			/* 5 ms touch detect interrupt delay */
 			st,touch-det-delay = <5>;
-			status = "disabled";
 		};
 
 		stmpe_adc: stmpe_adc {