summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/4xx.h
diff options
context:
space:
mode:
authorTiejun Chen <tiejun.chen@windriver.com>2009-08-22 16:03:43 +0000
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2009-08-31 09:20:55 -0400
commit0484c1df473815020bdce4b46b861395759686e5 (patch)
treede1f24a25008b874edbe3c94c88717ba4b5b6424 /arch/powerpc/boot/4xx.h
parent0cdf50a7c65df894fb5fd0ef181fe18b8fec6137 (diff)
powerpc/405ex: provide necessary fixup function to support cuImage
For cuImage format it's necessary to provide clock fixups since u-boot will not pass necessary clock frequency into the dtb included into cuImage so we implement the clock fixups as defined in the technical documentation for the board and update header file with the basic register definitions. Signed-off-by: Tiejun Chen <tiejun.chen@windriver.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/4xx.h')
-rw-r--r--arch/powerpc/boot/4xx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/4xx.h b/arch/powerpc/boot/4xx.h
index 2606e64f0c4b..7dc5d45361bc 100644
--- a/arch/powerpc/boot/4xx.h
+++ b/arch/powerpc/boot/4xx.h
@@ -21,6 +21,7 @@ void ibm4xx_fixup_ebc_ranges(const char *ebc);
void ibm405gp_fixup_clocks(unsigned int sys_clk, unsigned int ser_clk);
void ibm405ep_fixup_clocks(unsigned int sys_clk);
+void ibm405ex_fixup_clocks(unsigned int sys_clk, unsigned int uart_clk);
void ibm440gp_fixup_clocks(unsigned int sys_clk, unsigned int ser_clk);
void ibm440ep_fixup_clocks(unsigned int sys_clk, unsigned int ser_clk,
unsigned int tmr_clk);