From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 17 Apr 2013 11:48:56 +0200 Subject: [RFC PATCH 2/2] ARM: DT: kernel: DT cpu node bindings update In-Reply-To: <1366042402-8987-3-git-send-email-lorenzo.pieralisi@arm.com> References: <1366042402-8987-1-git-send-email-lorenzo.pieralisi@arm.com> <1366042402-8987-3-git-send-email-lorenzo.pieralisi@arm.com> Message-ID: <201304171148.57146.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 15 April 2013, Lorenzo Pieralisi wrote: > - "arm,cortex-a9" > - "arm,cortex-a15" > - "arm,arm1136" > - "arm,arm1156" > - "arm,arm1176" > - "arm,arm11mpcore" > - "faraday,fa526" > - "intel,sa110" > - "intel,sa1100" > - "marvell,feroceon" > - "marvell,mohawk" > - "marvell,xsc3" > - "marvell,xscale" > + "arm,cortex-a9" > + "arm,cortex-a15" > + "arm,cortex-a57" > + "arm,arm1136" > + "arm,arm1156" > + "arm,arm1176" > + "arm,arm11mpcore" > + "faraday,fa526" > + "intel,sa110" > + "intel,sa1100" > + "marvell,feroceon" > + "marvell,mohawk" > + "marvell,xsc3" > + "marvell,xscale" I see you are adding cortex-a57 here, but there are actually a couple of other cores that we could add here. It also makes sense to sort these alphanumerically I think, and move arm10 after arm9, as well as arm11 before cortex. The ones that I find missing but actually used are: "arm,cortex-a53" "arm,cortex-m0" "arm,cortex-m0+" "arm,cortex-m1" "arm,cortex-m3" "arm,cortex-m4" "arm,cortex-r4" "arm,cortex-r5" "arm,cortex-r7" "marvell,pj4" "qcom,scorpion" "qcom,krait" There are also a number of faraday cores that we don't support in Linux (fa626, fa626te, fa726te, ...), not sure if we should attempt to list them all here. The only one that is being worked on at the moment is based on fa526. There are also a number of 64 bit cores that other companies have announced, but I'm not sure if the names are final yet. Arnd