From: Grazvydas Ignotas Date: Tue, 19 May 2009 15:27:37 +0000 (+0300) Subject: OMAP3: Fix CKE1 MUX setting to allow self-refresh X-Git-Tag: v2009.03-pandora~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0578211fd8a28dff1c83985c5a55b94829a06453;p=pandora-u-boot.git OMAP3: Fix CKE1 MUX setting to allow self-refresh The MUX setting is needed for the second CS clock signal to allow the 2 RAM parts to be put in self-refresh correctly. Based on similar patch for beagleboard and overo by Steve Sakoman and Jean Pihet. --- diff --git a/board/omap3/pandora/pandora.h b/board/omap3/pandora/pandora.h index 187c2bbd138..f1ae30bcb21 100644 --- a/board/omap3/pandora/pandora.h +++ b/board/omap3/pandora/pandora.h @@ -394,6 +394,6 @@ const omap3_sysinfo sysinfo = { MUX_VAL(CP(D2D_MBUSFLAG), (IEN | PTD | DIS | M0)) /*d2d_mbusflag*/\ MUX_VAL(CP(D2D_SBUSFLAG), (IEN | PTD | DIS | M0)) /*d2d_sbusflag*/\ MUX_VAL(CP(SDRC_CKE0), (IDIS | PTU | EN | M0)) /*sdrc_cke0*/\ - MUX_VAL(CP(SDRC_CKE1), (IDIS | PTD | DIS | M7)) /*sdrc_cke1*/ + MUX_VAL(CP(SDRC_CKE1), (IDIS | PTU | EN | M0)) /*sdrc_cke1*/ #endif