From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Andreas_Bie=c3=9fmann?= Date: Fri, 23 Oct 2015 23:10:51 +0200 Subject: [U-Boot] [PATCH] arm: at91: Change the Chip ID registers' addresses In-Reply-To: <1441694306-20205-1-git-send-email-wenyou.yang@atmel.com> References: <1441694306-20205-1-git-send-email-wenyou.yang@atmel.com> Message-ID: <562AA25B.3010401@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08.09.15 08:38, Wenyou Yang wrote: > Provide the specific addresses for the Chip ID and Chip ID Extension > registers, instead of the offset, which make it use on other chips. > > Signed-off-by: Wenyou Yang Reviewed-by: Andreas Bie?mann > --- > > arch/arm/mach-at91/armv7/cpu.c | 7 ++++--- > arch/arm/mach-at91/include/mach/at91_dbu.h | 4 ---- > arch/arm/mach-at91/include/mach/sama5d3.h | 3 +++ > arch/arm/mach-at91/include/mach/sama5d4.h | 3 +++ > 4 files changed, 10 insertions(+), 7 deletions(-)