From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A968433290A; Fri, 9 Jan 2026 11:54:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767959681; cv=none; b=pUtshHd3GuVkihbM5S3xRAj80/RN1y+Hsf+kkjMUPFhRzfbJogTEGS3eE6r05qUElKhaDIEiUj/f57ZU2LukGz8vHZDZOi/A3Hv6osJQIBuBqXGFVajWldHvXbxByj8BX1IrEX5nTPRlECWAYDEpD6kXJgHszPYvR28J0xj6mak= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767959681; c=relaxed/simple; bh=1XgmN59ndzGCWndrTa2h5W353JKfsRmdU1hMJiCh+Co=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=cFIIeJU9HazdBiijAGG9VP58rzIsID/J/q7+YB6Hp8hcx5E+XmcIDj+kieBfmexuMAoLPb5pCC8lXwGKvnp+GtXh5t1pDlnGcuqCw8dfSwS1t0X8ufWBjFDoyIHxsRLazn1CwbzLavVWbVE5vjZDMiKABkDbQ5A6Jp+WtZVxeqo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=dWE2lSe6; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="dWE2lSe6" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EADE6C4CEF1; Fri, 9 Jan 2026 11:54:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1767959681; bh=1XgmN59ndzGCWndrTa2h5W353JKfsRmdU1hMJiCh+Co=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dWE2lSe66//pWHuqzsfIQR4XBiQNkasndm5aUZd4tgKHFbl1Ev6aXWEHjxrvqBp6h gZdK21fjGjn6h0U4U2SxFfFVNvpORG0IbE0NLZ4rxglFyvzgug6oFUCoSK+rFNbWup 1zIo2Bh3vFfVWHR9TCdMAyJQK89wG+sSfuxR5SvU= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Jihed Chaibi , Alexandre Torgue , Sasha Levin Subject: [PATCH 6.6 136/737] ARM: dts: stm32: stm32mp157c-phycore: Fix STMPE811 touchscreen node properties Date: Fri, 9 Jan 2026 12:34:35 +0100 Message-ID: <20260109112139.116982008@linuxfoundation.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20260109112133.973195406@linuxfoundation.org> References: <20260109112133.973195406@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Jihed Chaibi [ Upstream commit e40b061cd379f4897e705d17cf1b4572ad0f3963 ] Move st,adc-freq, st,mod-12b, st,ref-sel, and st,sample-time properties from the touchscreen subnode to the parent touch@44 node. These properties are defined in the st,stmpe.yaml schema for the parent node, not the touchscreen subnode, resolving the validation error about unevaluated properties. Fixes: 27538a18a4fcc ("ARM: dts: stm32: add STM32MP1-based Phytec SoM") Signed-off-by: Jihed Chaibi Link: https://lore.kernel.org/r/20250915224611.169980-1-jihed.chaibi.dev@gmail.com Signed-off-by: Alexandre Torgue Signed-off-by: Sasha Levin --- .../boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi b/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi index 4e8b2d2b30c7a..7dfe1fbfbfedc 100644 --- a/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi +++ b/arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi @@ -185,13 +185,13 @@ touch@44 { interrupt-parent = <&gpioi>; vio-supply = <&v3v3>; vcc-supply = <&v3v3>; + st,sample-time = <4>; + st,mod-12b = <1>; + st,ref-sel = <0>; + st,adc-freq = <1>; touchscreen { compatible = "st,stmpe-ts"; - st,sample-time = <4>; - st,mod-12b = <1>; - st,ref-sel = <0>; - st,adc-freq = <1>; st,ave-ctrl = <1>; st,touch-det-delay = <2>; st,settling = <2>; -- 2.51.0