From mboxrd@z Thu Jan 1 00:00:00 1970 From: Icenowy Zheng Date: Wed, 07 Jun 2017 14:58:58 +0800 Subject: [U-Boot] [RFC PATCH 5/8] sunxi: Add CPUCFG register definitions for A80/A83T SoCs In-Reply-To: <20170607064421.k4fyfourdjl72lhr@flea.lan> References: <20170607004721.24194-1-icenowy@aosc.io> <20170607004721.24194-6-icenowy@aosc.io> <20170607064421.k4fyfourdjl72lhr@flea.lan> Message-ID: <22E7F050-DCF9-448B-8F5D-59C18007BC53@aosc.io> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de 于 2017年6月7日 GMT+08:00 下午2:44:21, Maxime Ripard 写到: >On Wed, Jun 07, 2017 at 08:47:18AM +0800, Icenowy Zheng wrote: >> diff --git a/arch/arm/include/asm/arch-sunxi/cpucfg_sun4i.h >b/arch/arm/include/asm/arch-sunxi/cpucfg_sun4i.h >> new file mode 100644 >> index 0000000000..af1a1d56c9 >> --- /dev/null >> +++ b/arch/arm/include/asm/arch-sunxi/cpucfg_sun4i.h >> @@ -0,0 +1,68 @@ >> +/* >> + * Sunxi A31 CPUCFG register definition. > >Calling that file sun4i doesn't make much sense, the A31 is part of >sun6i, and the cpucfg block wasn't there with sun4i. So... call it sun6i? > >Maxime