mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP3: Change DSS divider to the one U-Boot uses
@ 2015-07-01  7:16 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2015-07-01  7:16 UTC (permalink / raw)
  To: Barebox List

U-Boot uses 2 as the DSS divider, so do the same in barebox. This
shouldn't currently have any effect to barebox, but makes porting
some U-Boot code easier which makes assumptions about the DSS clock
rate.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 arch/arm/mach-omap/include/mach/omap3-clock.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap/include/mach/omap3-clock.h b/arch/arm/mach-omap/include/mach/omap3-clock.h
index 1ef46aa..7c52da7 100644
--- a/arch/arm/mach-omap/include/mach/omap3-clock.h
+++ b/arch/arm/mach-omap/include/mach/omap3-clock.h
@@ -107,7 +107,7 @@
 /* PER DPLL */
 #define PER_M6X2		3         /* 288MHz: CM_CLKSEL1_EMU */
 #define PER_M5X2		4         /* 216MHz: CM_CLKSEL_CAM */
-#define PER_M4X2		9         /* 96MHz : CM_CLKSEL_DSS-dss1 */
+#define PER_M4X2		2         /* 432MHz: CM_CLKSEL_DSS-dss1 */
 #define PER_M3X2		16        /* 54MHz : CM_CLKSEL_DSS-tv */
 
 #define CLSEL1_EMU_VAL ((CORE_M3X2 << 16) | (PER_M6X2 << 24) | (0x0a50))
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-07-01  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-01  7:16 [PATCH] ARM: OMAP3: Change DSS divider to the one U-Boot uses Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox