Skip to content

Commit

Permalink
ARM: dts: am335x-evmsk: Do not reset gpio0
Browse files Browse the repository at this point in the history
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: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
  • Loading branch information
Rajendra Nayak authored and Benoit Cousson committed Oct 20, 2013
1 parent f12ecbe commit 6046adb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/am335x-evmsk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -433,3 +433,7 @@
&aes {
status = "okay";
};

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

0 comments on commit 6046adb

Please sign in to comment.