mirror of https://gitee.com/openkylin/linux.git
ARM: dts: imx6ul: segin: Fix stmpe touchscreen subnode name
The touchscreen subnode name needs to be stmpe_touchscreen as mentioned in the dt-bindings. Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
42ab1ba887
commit
a8d54a39e9
|
@ -139,7 +139,7 @@ stmpe: touchscreen@44 {
|
|||
pinctrl-0 = <&pinctrl_stmpe>;
|
||||
status = "disabled";
|
||||
|
||||
touchscreen {
|
||||
stmpe_touchscreen {
|
||||
compatible = "st,stmpe-ts";
|
||||
st,sample-time = <4>;
|
||||
st,mod-12b = <1>;
|
||||
|
|
Loading…
Reference in New Issue