diff mbox series

[v1,3/3] ARM: tegra: acer-a500: Remove atmel,cfg_name property

Message ID 20200906190008.25247-3-digetx@gmail.com
State Accepted
Headers show
Series [v1,1/3] ARM: tegra: nexus7: Add aliases for MMC | expand

Commit Message

Dmitry Osipenko Sept. 6, 2020, 7 p.m. UTC
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>
---
 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts | 2 --
 1 file changed, 2 deletions(-)

Comments

Thierry Reding Sept. 17, 2020, 10:17 a.m. UTC | #1
On Sun, Sep 06, 2020 at 10:00:08PM +0300, Dmitry Osipenko wrote:
> 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>
> ---
>  arch/arm/boot/dts/tegra20-acer-a500-picasso.dts | 2 --
>  1 file changed, 2 deletions(-)

Applied, thanks.

Thierry
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
index 8a7a104b3717..1fdf4d59c188 100644
--- a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
+++ b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
@@ -443,8 +443,6 @@  touchscreen@4c {
 			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>;