From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1E637258CF9; Fri, 28 Feb 2025 09:55:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.194.8.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740736552; cv=none; b=DaaptdNFi0gJRoPhA9ymp/21ZpopTYOFZaR6iXTDwhhIhYgJufSr6c3fXgaqBD+eZqsOsQHCTq4ZshJ+Z12mKwylfJCmCF5uVmANGlOanDPgFR0dJaunYikdMJP3d8nySUPSNqdD/FQ1Ib/m3BJ9yOZq+T+z9m64WzNHWCf92LM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740736552; c=relaxed/simple; bh=tNVOhrB27dYY67z3p3+g4+cTL4xqzXotTOz8WDPW1jo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XEShxOQOmeUB46zoYhIzrN3XWIoH+ANE9trRpJkkFXupw7/TCY95vLPYJ+PjChRmTz0XlpF38SmiIXE5Ic9X3hUHUm774h/SscyZeDZNTiF5c9V6ZrGi/pyciuple7jj9/jr5IbfgZQ8Q6omyNgutv0zfeH4L7mDqh8V96oTCrQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it; spf=pass smtp.mailfrom=dolcini.it; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b=LlhH6219; arc=none smtp.client-ip=217.194.8.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dolcini.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b="LlhH6219" Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id DA92E1FC79; Fri, 28 Feb 2025 10:55:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1740736541; bh=cH46OOSgHwOcrsTmEvl62W+8vy7UREwxuS3rPqQGW/c=; h=From:To:Subject; b=LlhH6219zn1GoFwymXnt7mcFEYsJ0UWvq75dykzDgcV57guXyevGzRMHZR7emmEBY TBHxpwBMq69/INNYcU+UhEDOG7rsRJ9SCHXGYE1PkrGfW3MJwjkZcUB6JCZ8oi8B6Z CPPphU+PJ2DdzpFGLWjeoMuKUkmUKwFp50QL1cOO5dR7dCEXXKJjOnN4AZpudg4HHf CrLw+j7UfAYshsKO7Vys0/0fzhKCezJET9bx8u7B5sPtQ4BtmuCdCJnUjln5lQC7bo hlnQxDXmj1Nvfo2y+wCigz7G+66J4io5kp78P1fWQbQDJHCqVN2Lyx7jzn+O6fwqkL jcPgkjgPEWkOQ== Date: Fri, 28 Feb 2025 10:55:37 +0100 From: Francesco Dolcini To: Ernest Van Hoecke Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Ernest Van Hoecke , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] ARM: dts: apalis/colibri-imx6: Enable STMPE811 TS Message-ID: <20250228095537.GA16617@francesco-nb> References: <20250227170556.589668-1-ernest.vanhoecke@toradex.com> <20250227170556.589668-2-ernest.vanhoecke@toradex.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250227170556.589668-2-ernest.vanhoecke@toradex.com> 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 Reviewed-by: Francesco Dolcini