ARM: dts: imx6ul: mba6ulx: Fix stmpe811 node warnings

interrupt-controller is only valid for gpio subnode, remove it.
Rename touchscreen subnode according to bindings.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Alexander Stein 2023-08-10 11:55:39 +02:00 committed by Shawn Guo
parent e679132a31
commit ce0bc19e50

View File

@ -277,10 +277,9 @@
reg = <0x41>; reg = <0x41>;
interrupts = <21 IRQ_TYPE_EDGE_FALLING>; interrupts = <21 IRQ_TYPE_EDGE_FALLING>;
interrupt-parent = <&gpio4>; interrupt-parent = <&gpio4>;
interrupt-controller;
status = "disabled"; status = "disabled";
stmpe_touchscreen { touchscreen {
compatible = "st,stmpe-ts"; compatible = "st,stmpe-ts";
st,adc-freq = <1>; /* 3.25 MHz ADC clock speed */ st,adc-freq = <1>; /* 3.25 MHz ADC clock speed */
st,ave-ctrl = <3>; /* 8 sample average control */ st,ave-ctrl = <3>; /* 8 sample average control */