Home
last modified time | relevance | path

Searched hist:"6 f82b6ebb1dcc0c3c23820a70a5d79a60c4f5e84" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/sh/boards/
H A Dboard-sh7785lcr.cdiff 6f82b6ebb1dcc0c3c23820a70a5d79a60c4f5e84 Thu Nov 05 09:01:10 CET 2009 Matt Fleming <matt@console-pimps.org> sh: Use ioremap_fixmed to map the SM501 DRAM config register

We need to write to the DRAM config register very early and at such an
early stage ioremap() is not available. So use ioremap_fixed() to map
the register.

The reason that we are avoiding using the legacy P2 mapping is that
there will come a day when the legacy P2 mappings no longer exist.

Signed-off-by: Matt Fleming <matt@console-pimps.org>