Message ID | 20201029070324.16057-1-s.riedmueller@phytec.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2,1/6] ARM: dts: imx6ul: segin: Fix stmpe touchscreen subnode name | expand |
On Thu, Oct 29, 2020 at 08:03:19AM +0100, Stefan Riedmueller wrote: > The touchscreen subnode name needs to be stmpe_touchscreen as mentioned > in the dt-bindings. > > Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de> Please drop the patches that have been applied. Shawn
diff --git a/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi b/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi index 57dad06397d6..e33d783c3849 100644 --- a/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi +++ b/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi @@ -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>;
The touchscreen subnode name needs to be stmpe_touchscreen as mentioned in the dt-bindings. Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de> --- arch/arm/boot/dts/imx6ul-phytec-segin.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)