On 3/26/07, Domen Puncer <[EMAIL PROTECTED]> wrote: > On 22/03/07 08:41 +0100, Domen Puncer wrote: > > On 15/03/07 17:36 +0100, Domen Puncer wrote: > > > Well... the code is only applicable for Lite5200b/mpc5200 > > > and numbers are from specs. > > > And it's shorter than mpc52xx_find_and_map() lines. > > > I guess I could rewrite it. > > > > In asm code I need access to SDRAM controller registers (MBAR+0x100). > > Do I add an entry to dts, or do you have other suggestions?
Fair enough; this is chip-specific code after all; not device driver code. MBAR must always be retrieved from the device tree, but these offsets from MBAR will never move, so you don't need to pull them from the device tree. At least comment it as to where the numbers came from. g. -- Grant Likely, B.Sc. P.Eng. Secret Lab Technologies Ltd. [EMAIL PROTECTED] (403) 399-0195 _______________________________________________ Linuxppc-embedded mailing list [email protected] https://ozlabs.org/mailman/listinfo/linuxppc-embedded
