mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-09 18:26:58 +00:00
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:
parent
e679132a31
commit
ce0bc19e50
@ -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 */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user