Skip to content

Commit ce0bc19

Browse files
tq-steinaShawn Guo
authored andcommitted
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>
1 parent e679132 commit ce0bc19

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

arch/arm/boot/dts/nxp/imx/mba6ulx.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,9 @@
277277
reg = <0x41>;
278278
interrupts = <21 IRQ_TYPE_EDGE_FALLING>;
279279
interrupt-parent = <&gpio4>;
280-
interrupt-controller;
281280
status = "disabled";
282281

283-
stmpe_touchscreen {
282+
touchscreen {
284283
compatible = "st,stmpe-ts";
285284
st,adc-freq = <1>; /* 3.25 MHz ADC clock speed */
286285
st,ave-ctrl = <3>; /* 8 sample average control */

0 commit comments

Comments
 (0)