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

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
......@@ -433,3 +433,7 @@ &sham {
&aes {
status = "okay";
};
&gpio0 {
ti,no-reset-on-init;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment