From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH 4/4] arm64: cputype info for Broadcom Vulcan Date: Mon, 15 Feb 2016 10:12:35 +0000 Message-ID: <20160215101235.GA1748@arm.com> References: <1455389195-31870-1-git-send-email-jchandra@broadcom.com> <1455389195-31870-5-git-send-email-jchandra@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1455389195-31870-5-git-send-email-jchandra-dY08KVG/lbpWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jayachandran C Cc: Catalin Marinas , Rob Herring , Arnd Bergmann , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Sun, Feb 14, 2016 at 12:16:35AM +0530, Jayachandran C wrote: > Add Broadcom Vulcan implementor ID and part ID in cputype.h. This is > to document the values. > > Signed-off-by: Jayachandran C > --- > arch/arm64/include/asm/cputype.h | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Will Deacon > diff --git a/arch/arm64/include/asm/cputype.h b/arch/arm64/include/asm/cputype.h > index 1a59493..3725d59 100644 > --- a/arch/arm64/include/asm/cputype.h > +++ b/arch/arm64/include/asm/cputype.h > @@ -65,6 +65,7 @@ > #define ARM_CPU_IMP_ARM 0x41 > #define ARM_CPU_IMP_APM 0x50 > #define ARM_CPU_IMP_CAVIUM 0x43 > +#define ARM_CPU_IMP_BRCM 0x42 > > #define ARM_CPU_PART_AEM_V8 0xD0F > #define ARM_CPU_PART_FOUNDATION 0xD00 > @@ -74,6 +75,7 @@ > #define APM_CPU_PART_POTENZA 0x000 > > #define CAVIUM_CPU_PART_THUNDERX 0x0A1 > +#define BRCM_CPU_PART_VULCAN 0x516 > > #ifndef __ASSEMBLY__ > > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html