Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757143Ab3JODJA (ORCPT ); Mon, 14 Oct 2013 23:09:00 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:35491 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755770Ab3JODI5 (ORCPT ); Mon, 14 Oct 2013 23:08:57 -0400 Date: Tue, 15 Oct 2013 11:06:50 +0800 From: Jisheng Zhang To: Sebastian Hesselbarth CC: Thomas Petazzoni , "devicetree@vger.kernel.org" , Jason Cooper , Arnd Bergmann , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH 7/8] ARM: add Armada 1500 and Sony NSZ-GS7 device tree files Message-ID: <20131015110650.250ca5f8@xhacker> In-Reply-To: <525C7A91.9060101@gmail.com> References: <1381235073-17134-1-git-send-email-sebastian.hesselbarth@gmail.com> <1381235073-17134-8-git-send-email-sebastian.hesselbarth@gmail.com> <525C7A91.9060101@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.21; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8794,1.0.431,0.0.0000 definitions=2013-10-15_01:2013-10-15,2013-10-15,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1305240000 definitions=main-1310140155 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3821 Lines: 88 Hi Sebastian, On Mon, 14 Oct 2013 16:13:21 -0700 Sebastian Hesselbarth wrote: > On 10/08/2013 02:24 PM, Sebastian Hesselbarth wrote: > > This adds very basic device tree files for the Marvell Armada 1500 SoC > > (88DE3100) and the Sony NSZ-GS7 GoogleTV board. Currently, SoC only has > > nodes for cpus, some clocks, l2 cache controller, local timer, apb timers, > > uart, and interrupt controllers. The Sony NSZ-GS7 is a GoogleTV consumer > > device comprising the Armada 1500 SoC above. > > > > Signed-off-by: Sebastian Hesselbarth > > Reviewed-by: Jason Cooper > > Reviewed-by: Thomas Petazzoni > > Reviewed-by: Arnd Bergmann > > --- > > Changelog: > > RCFv2->v1: > > - switch to (soon to be) correct "marvell,pj4b" cpu compatible > > - reference fixed-clock for uarts instead of hard-coded clock-frequency > > - disable timers except two for clksrc and clkevt > > RFCv1->RFCv2: > > - add binding documentation (Reported by Jason Cooper) > > - change l2cc from aurora to tauros3 (Reported by Thomas Petazzoni) > > - add copyright reference > > - adapt compatibles to mach-berlin instead of mach-mvebu > > > > Cc: Jason Cooper > > Cc: Thomas Petazzoni > > Cc: Arnd Bergmann > > Cc: devicetree@vger.kernel.org > > Cc: linux-doc@vger.kernel.org > > Cc: linux-arm-kernel@lists.infradead.org > > Cc: linux-kernel@vger.kernel.org > > --- > > .../devicetree/bindings/arm/marvell,berlin.txt | 23 ++ > > arch/arm/boot/dts/Makefile | 2 + > > arch/arm/boot/dts/mv88de3100-sony-nsz-gs7.dts | 29 +++ > > arch/arm/boot/dts/mv88de3100.dtsi | 227 > > ++++++++++++++++++++ 4 files changed, 281 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/arm/marvell,berlin.txt create mode > > 100644 arch/arm/boot/dts/mv88de3100-sony-nsz-gs7.dts create mode 100644 > > arch/arm/boot/dts/mv88de3100.dtsi > > > > diff --git a/Documentation/devicetree/bindings/arm/marvell,berlin.txt > > b/Documentation/devicetree/bindings/arm/marvell,berlin.txt new file mode > > 100644 index 0000000..e389cba > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/arm/marvell,berlin.txt > > @@ -0,0 +1,23 @@ > > +Marvell Berlin (88DE3xxx) family SoCs Device Tree Bindings > > +--------------------------------------------------------------- > > + > > +Boards with a SoC of the Marvell Berlin (88DE3xxx) family, e.g. Armada > > 1500 +shall have the following properties: > > + > > +* Required root node properties: > > +compatible: must contain "marvell,berlin" > > + > > +In addition, the above compatible shall be extended with the specific > > +SoC and board used. Currently known SoC compatibles are: > > + "marvell,88de3100" for Marvell 88DE3100 (Armada 1500), > > + "marvell,88de3010" for Marvell 88DE3010 (Armada 1000), > > + "marvell,88de3005" for Marvell 88DE3005 (Armada 1500-mini) > > Jisheng, > > I am trying to follow your request to get rid of 88DExxxx numbering and > replace it where possible with berlin type-of names. Thanks for your help. > > For the above, I have: > "marvell,berlin-bg2" for Marvell Armada 1500 (BG2, 88DE3100) We prefer "marvell,berlin2" for BG2 > "marvell,berlin-bg2cd" for Marvell Armada 1500-mini (BG2CD, 88DE3005) we prefer "marvell,berlin2cd" for BG2CD, "marvell,berlin2ct" for BG2CT, and "marvell,berlin3" for BG3, etc. Thanks, Jisheng -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/