summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-am33xx/clock.h
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2016-06-07 08:31:19 +0200
committerTom Rini <trini@konsulko.com>2016-06-09 13:53:07 -0400
commit694607b563df4425b2d50d220048cc3299a6e947 (patch)
tree1446df3e71e90284728b42115fd53304c0b539ec /arch/arm/include/asm/arch-am33xx/clock.h
parentc01bc75e7d2c8b31fc130762ee596b53f88729e7 (diff)
downloadtalos-obmc-uboot-694607b563df4425b2d50d220048cc3299a6e947.tar.gz
talos-obmc-uboot-694607b563df4425b2d50d220048cc3299a6e947.zip
arm, am335x: Enable Spread Spectrum for the MPU
Enable Spread Spectrum for the MPU by calculating the required values and setting the registers accordingly. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/clock.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/clock.h b/arch/arm/include/asm/arch-am33xx/clock.h
index 7c6be4c9c6..acf3fd55a8 100644
--- a/arch/arm/include/asm/arch-am33xx/clock.h
+++ b/arch/arm/include/asm/arch-am33xx/clock.h
@@ -117,4 +117,5 @@ void enable_basic_clocks(void);
void do_enable_clocks(u32 *const *, u32 *const *, u8);
void do_disable_clocks(u32 *const *, u32 *const *, u8);
+void set_mpu_spreadspectrum(int permille);
#endif
OpenPOWER on IntegriCloud