From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751135AbdEBQnI (ORCPT ); Tue, 2 May 2017 12:43:08 -0400 Received: from foss.arm.com ([217.140.101.70]:46874 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750773AbdEBQnG (ORCPT ); Tue, 2 May 2017 12:43:06 -0400 Subject: Re: [PATCH 1/1] arm64: Always provide "model name" in /proc/cpuinfo To: Heinrich Schuchardt , Catalin Marinas References: <20170501223913.6894-1-xypron.glpk@gmx.de> <20170502110827.GA29224@e104818-lin.cambridge.arm.com> <15006378-af42-b029-f967-3f7230b64706@gmx.de> Cc: Sudeep Holla , Mark Rutland , Steve Capper , Suzuki K Poulose , Andre Przywara , Will Deacon , linux-kernel@vger.kernel.org, Julien Grall , linux-arm-kernel@lists.infradead.org From: Sudeep Holla Organization: ARM Message-ID: Date: Tue, 2 May 2017 17:43:02 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <15006378-af42-b029-f967-3f7230b64706@gmx.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/05/17 17:28, Heinrich Schuchardt wrote: [...] > The real interesting thing in an ARM SOC is to see which CPU is A72, > A57, A53 or whatever. > > This information is available from the device tree in the compatible > property of the individual CPUs > (/sys/firmware/devicetree/base/cpus/cpu@*/compatible), e.g. > compatible =3D "arm,cortex-a53", "arm,armv8"; > You can refer "CPU part" in /proc/cpuinfo for the above information. -- Regards, Sudeep