21.01.2021 21:23, Dmitry Osipenko пишет: > Rename avdd supply to vdda of the touchscreen node. The old supply name > was incorrect. > > Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx> > --- > arch/arm/boot/dts/tegra20-acer-a500-picasso.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts > index 8a98e4a9d994..d852527db707 100644 > --- a/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts > +++ b/arch/arm/boot/dts/tegra20-acer-a500-picasso.dts > @@ -449,7 +449,7 @@ touchscreen@4c { > > reset-gpios = <&gpio TEGRA_GPIO(Q, 7) GPIO_ACTIVE_LOW>; > > - avdd-supply = <&vdd_3v3_sys>; > + vdda-supply = <&vdd_3v3_sys>; > vdd-supply = <&vdd_3v3_sys>; > > atmel,wakeup-method = <ATMEL_MXT_WAKEUP_I2C_SCL>; > This patch should have a merge conflict as I see now, since atmel,wakeup-method isn't upstreamed yet. I'll rebase patches in a more correct order and will make a v2.