diff options
author | Matt Porter <mporter@ti.com> | 2013-03-20 05:38:11 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-05-10 08:25:54 -0400 |
commit | 035d563937b5bafbf78b17e07ac50bca47492385 (patch) | |
tree | 7bce2fdecf239c31090bb9f003dcd4f7e2f408ad /arch/arm/include | |
parent | 8934f7846501070a5b01c1fab5db27559e9d70d1 (diff) | |
download | u-boot-imx-035d563937b5bafbf78b17e07ac50bca47492385.zip u-boot-imx-035d563937b5bafbf78b17e07ac50bca47492385.tar.gz u-boot-imx-035d563937b5bafbf78b17e07ac50bca47492385.tar.bz2 |
am33xx: add pll and clock support for TI814x CPSW
Enables required PLLs and clocks for CPSW on TI814x.
Signed-off-by: Matt Porter <mporter@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-am33xx/hardware_ti814x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/hardware_ti814x.h b/arch/arm/include/asm/arch-am33xx/hardware_ti814x.h index a950ac3..8f9315c 100644 --- a/arch/arm/include/asm/arch-am33xx/hardware_ti814x.h +++ b/arch/arm/include/asm/arch-am33xx/hardware_ti814x.h @@ -29,6 +29,7 @@ /* Control Module Base Address */ #define CTRL_BASE 0x48140000 +#define CTRL_DEVICE_BASE 0x48140600 /* PRCM Base Address */ #define PRCM_BASE 0x48180000 |