diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-08-29 04:41:50 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-29 22:19:56 +0800 |
commit | f7d3586f2dbe330a84f8d0d02c39ddb3fbde67d3 (patch) | |
tree | 2d77274c2c96f71a4a901bed4a1cdde276934427 /arch/arm | |
parent | cfee6b5874654fe4e7388bc3112d3afb76cd8b9e (diff) | |
download | linux-f7d3586f2dbe330a84f8d0d02c39ddb3fbde67d3.tar.bz2 |
ARM: dts: imx7d-sdb: fix ti,x-plate-ohms property name
Fix misspelled "ti,x-plate-ohms" property name of TI TSC2046
touchscreen controller.
Fixes: d09e6beafa23 ("ARM: dts: imx7d-sdb: Add support for touchscreen")
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx7d-sdb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index 95ee268ed510..2f33c463cbce 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -131,7 +131,7 @@ ti,y-min = /bits/ 16 <0>; ti,y-max = /bits/ 16 <0>; ti,pressure-max = /bits/ 16 <0>; - ti,x-plat-ohms = /bits/ 16 <400>; + ti,x-plate-ohms = /bits/ 16 <400>; wakeup-source; }; }; |