ARM: tegra: acer-a500: Remove atmel,cfg_name property
authorDmitry Osipenko <digetx@gmail.com>
Sun, 6 Sep 2020 19:00:08 +0000 (22:00 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 17 Sep 2020 16:09:38 +0000 (18:09 +0200)
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>
arch/arm/boot/dts/tegra20-acer-a500-picasso.dts

index fc930c93981d054606bad7fcafa5ee447b614817..d380ae1f94378f8acaaf6c3a8eed476152476d10 100644 (file)
                        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>;