diff options
author | Marek Vasut <[email protected]> | 2019-04-12 12:49:52 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2019-04-21 16:02:13 +0800 |
commit | 6143613a84ada5de602a717f0a41b0ae6c88755f (patch) | |
tree | 2a86fe3db5ec2959882be88aeb9fad5866ee07f7 | |
parent | 35dc29ef0f5de174537ddeb0f202adb8e99e2ea6 (diff) |
ARM: dts: imx53: Rename M53 SoM touchscreen node
Rename the touchscreen node to match contemporary design.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Shawn Guo <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: NXP Linux Team <[email protected]>
To: [email protected]
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx53-m53.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-m53.dtsi b/arch/arm/boot/dts/imx53-m53.dtsi index db2e5bce9b6a..d1770e1d5e50 100644 --- a/arch/arm/boot/dts/imx53-m53.dtsi +++ b/arch/arm/boot/dts/imx53-m53.dtsi @@ -52,7 +52,7 @@ clock-frequency = <400000>; status = "okay"; - stmpe610@41 { + touchscreen@41 { compatible = "st,stmpe610"; reg = <0x41>; id = <0>; |