[PATCH v7 05/15] ARM: mxs: Add low-level debug UART support
From: Shawn Guo <hidden>
Date: 2010-12-20 14:25:17
Hi Wolfram, On Mon, Dec 20, 2010 at 02:55:35PM +0100, Wolfram Sang wrote:
quoted
quoted
We should use asm/hardware/debug-pl01x.S, like the other users:Just tested it, and it works. Will do in v8. Thanks for the comment.Cool.quoted
quoted
quoted
arch/arm/mach-mxs/include/mach/uncompress.h | 76 ++++++++++++++++++++++++++Auto-detection could be used here, too?I'm afraid not. How do you expect the detection is done, by reading some register like we are doing in system.c?I am not sure which register you mean in system.c?quoted
Which register specifically?The signature of the amba device (base + size - 0x20). You can check drivers/amba/bus.c how it checks for the signature.quoted
If the register gets different address between mx23 and mx28, we need to utilize the current mechanism to distinguish the address anyway.We could simply test both locations and see where it is present?
Is there any problem of simply using arch_id here? I do not see significant benefit of using the detection you suggest here over the current way. -- Regards, Shawn