diff mbox series

[1/6] ARM: dts: imx6ul: segin: Fix stmpe touchscreen subnode name

Message ID 20200922092313.151293-1-s.riedmueller@phytec.de (mailing list archive)
State New, archived
Headers show
Series [1/6] ARM: dts: imx6ul: segin: Fix stmpe touchscreen subnode name | expand

Commit Message

Stefan Riedmüller Sept. 22, 2020, 9:23 a.m. UTC
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(-)

Comments

Stefan Riedmüller Oct. 27, 2020, 2:17 p.m. UTC | #1
Hi,

just a gentle ping for this series.

Stefan

On 22.09.20 11:23, 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>
> ---
>   arch/arm/boot/dts/imx6ul-phytec-segin.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi b/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi
> index f1412df89173..2a3801e349b6 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>;
>
Shawn Guo Oct. 28, 2020, 8:48 a.m. UTC | #2
On Tue, Sep 22, 2020 at 11:23:08AM +0200, 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>

Applied, thanks.
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi b/arch/arm/boot/dts/imx6ul-phytec-segin.dtsi
index f1412df89173..2a3801e349b6 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>;