Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6046adb6 authored by Rajendra Nayak's avatar Rajendra Nayak Committed by Benoit Cousson
Browse files

ARM: dts: am335x-evmsk: Do not reset gpio0



Do not reset GPIO0 at  boot-up because GPIO0 is used
on AM335x EVM-SK to control VTT regulators on DDR3.

Without this EVM-SK boards fail to boot-up because
of DDR3 corruption.

Signed-off-by: default avatarRajendra Nayak <rnayak@ti.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent f12ecbe2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -433,3 +433,7 @@
&aes {
	status = "okay";
};

&gpio0 {
	ti,no-reset-on-init;
};