Skip to content

Commit 131097f

Browse files
JihedChaibigregkh
authored andcommitted
ARM: dts: stm32: stm32mp157c-phycore: Fix STMPE811 touchscreen node properties
[ Upstream commit e40b061 ] 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: 27538a1 ("ARM: dts: stm32: add STM32MP1-based Phytec SoM") Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com> Link: https://lore.kernel.org/r/20250915224611.169980-1-jihed.chaibi.dev@gmail.com Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 8ccdf3a commit 131097f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/st/stm32mp157c-phycore-stm32mp15-som.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,13 +185,13 @@
185185
interrupt-parent = <&gpioi>;
186186
vio-supply = <&v3v3>;
187187
vcc-supply = <&v3v3>;
188+
st,sample-time = <4>;
189+
st,mod-12b = <1>;
190+
st,ref-sel = <0>;
191+
st,adc-freq = <1>;
188192

189193
touchscreen {
190194
compatible = "st,stmpe-ts";
191-
st,sample-time = <4>;
192-
st,mod-12b = <1>;
193-
st,ref-sel = <0>;
194-
st,adc-freq = <1>;
195195
st,ave-ctrl = <1>;
196196
st,touch-det-delay = <2>;
197197
st,settling = <2>;

0 commit comments

Comments
 (0)