diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2020-09-06 22:00:08 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-09-17 18:09:38 +0200 |
commit | 878fd50925f9e88b620d4a4a173647a487adcb42 (patch) | |
tree | 71c3e98ce2d68ef5fb30c481e7410c2300a53f6e /arch/arm/boot/dts/tegra20-acer-a500-picasso.dts | |
parent | 21806bb0a1dc742c5d2b19edcd7b3410d67ec895 (diff) |
ARM: tegra: acer-a500: Remove atmel,cfg_name property
This property was supposed to be upstreamed, but it was NAKed recently
in a favor to a better approach of firmware loading. It also turned
out that the firmware loading isn't really necessary because it's stored
in a non-volatile memory inside of the touchscreen controller and
previously the FW loading was needed in order to get touchscreen working,
but it actually was a TS driver problem which is resolved now. Hence
remove the unsupported property.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra20-acer-a500-picasso.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra20-acer-a500-picasso.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts index fc930c93981d..d380ae1f9437 100644 --- a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts +++ b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts @@ -435,8 +435,6 @@ compatible = "atmel,maxtouch"; reg = <0x4c>; - atmel,cfg_name = "maxtouch-acer-iconia-tab-a500.cfg"; - interrupt-parent = <&gpio>; interrupts = <TEGRA_GPIO(V, 6) IRQ_TYPE_LEVEL_LOW>; |