diff options
author | Simon Horman <horms@verge.net.au> | 2011-01-10 18:18:00 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-01-10 22:56:47 -0500 |
commit | 38915d2e9e9295d0b6c745620908725c2f50c6bd (patch) | |
tree | 5b89562a574a3474a7d1ae5892d5bdcfac0960e8 /arch/arm/mach-shmobile/include | |
parent | da5d1f4c9001c0aa2092019bdfa8f41e9985d163 (diff) |
ARM: mach-shmobile: mackerel: SCIF port for earlyprintk when using zboot
Initialise the SCIF serial port to allow earlyprintk
output when using zboot. It is based on a very similar
patched for AP4EB.
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/include')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/head-mackerel.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/head-mackerel.txt b/arch/arm/mach-shmobile/include/mach/head-mackerel.txt index e3ebfa73956e..efd3687ba190 100644 --- a/arch/arm/mach-shmobile/include/mach/head-mackerel.txt +++ b/arch/arm/mach-shmobile/include/mach/head-mackerel.txt | |||
@@ -85,3 +85,10 @@ ED 0xE6150004, 0x80331050 | |||
85 | WAIT 1, 0xFE40009C | 85 | WAIT 1, 0xFE40009C |
86 | 86 | ||
87 | ED 0xE6150354, 0x00000002 | 87 | ED 0xE6150354, 0x00000002 |
88 | |||
89 | LIST "SCIF0 - Serial port for earlyprintk" | ||
90 | EB 0xE6053098, 0x11 | ||
91 | EB 0xE6053098, 0xe1 | ||
92 | EW 0xE6C40000, 0x0000 | ||
93 | EB 0xE6C40004, 0x19 | ||
94 | EW 0xE6C40008, 0x3000 | ||