From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964915AbcALKoK (ORCPT ); Tue, 12 Jan 2016 05:44:10 -0500 Received: from mail-sn1nam02on0076.outbound.protection.outlook.com ([104.47.36.76]:4096 "EHLO NAM02-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S934372AbcALKoH (ORCPT ); Tue, 12 Jan 2016 05:44:07 -0500 Authentication-Results: spf=pass (sender IP is 149.199.60.100) smtp.mailfrom=xilinx.com; openedev.com; dkim=none (message not signed) header.d=none;openedev.com; dmarc=bestguesspass action=none header.from=xilinx.com; Subject: Re: [PATCH] arm: dts: zynq: Add MicroZed board support To: Jagan Teki , References: <1452578026-4496-1-git-send-email-jteki@openedev.com> CC: , Soren Brinkmann , Michal Simek From: Michal Simek Message-ID: <5694D8D8.1050204@xilinx.com> Date: Tue, 12 Jan 2016 11:43:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1452578026-4496-1-git-send-email-jteki@openedev.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-RCIS-Action: ALLOW X-TM-AS-Product-Ver: IMSS-7.1.0.1224-8.0.0.1202-22060.005 X-TM-AS-User-Approved-Sender: Yes;Yes X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:149.199.60.100;CTRY:US;IPV:NLI;EFV:NLI;SFV:NSPM;SFS:(10009020)(6009001)(2980300002)(438002)(24454002)(199003)(189002)(164054003)(1220700001)(11100500001)(65956001)(86362001)(106466001)(92566002)(5008740100001)(5001770100001)(107886002)(2950100001)(65806001)(77096005)(80316001)(19580405001)(63266004)(5001960100002)(6806005)(19580395003)(64126003)(76176999)(54356999)(47776003)(83506001)(4001350100001)(36756003)(33656002)(87936001)(50986999)(81156007)(87266999)(50466002)(2906002)(230700001)(4001430100002)(4326007)(189998001)(23746002)(586003)(65816999)(36386004)(1096002)(59896002)(2004002)(107986001)(5001870100001);DIR:OUT;SFP:1101;SCL:1;SRVR:BL2NAM02HT049;H:xsj-pvapsmtpgw02;FPR:;SPF:Pass;PTR:unknown-60-100.xilinx.com,xapps1.xilinx.com;A:1;MX:1;LANG:en; X-MS-Office365-Filtering-Correlation-Id: b9d2be6e-3ecc-4bb7-50b6-08d31b3d4050 X-Exchange-Antispam-Report-Test: UriScan:;BCL:0;PCL:0;RULEID:(8251501002);SRVR:BL2NAM02HT049;UriScan:(192813158149592); X-Microsoft-Antispam-PRVS: <005f152a56c6469d8dcb18259c74dc67@BL2NAM02HT049.eop-nam02.prod.protection.outlook.com> X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(2401047)(5005006)(8121501046)(13018025)(520078)(13015025)(13017025)(10201501046)(3002001);SRVR:BL2NAM02HT049;BCL:0;PCL:0;RULEID:;SRVR:BL2NAM02HT049; X-Forefront-PRVS: 081904387B X-OriginatorOrg: xilinx.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 12 Jan 2016 10:43:47.3301 (UTC) X-MS-Exchange-CrossTenant-Id: 657af505-d5df-48d0-8300-c31994686c5c X-MS-Exchange-CrossTenant-OriginalAttributedTenantConnectingIp: TenantId=657af505-d5df-48d0-8300-c31994686c5c;Ip=[149.199.60.100];Helo=[xsj-pvapsmtpgw02] X-MS-Exchange-CrossTenant-FromEntityHeader: HybridOnPrem X-MS-Exchange-Transport-CrossTenantHeadersStamped: BL2NAM02HT049 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12.1.2016 06:53, Jagan Teki wrote: > Added basic dts support for MicroZed board. > > Cc: Soren Brinkmann > Cc: Michal Simek > Signed-off-by: Jagan Teki > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/zynq-microzed.dts | 45 +++++++++++++++++++++++++++++++++++++ > 2 files changed, 46 insertions(+) > create mode 100644 arch/arm/boot/dts/zynq-microzed.dts > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index 30bbc37..9eb52fa 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -725,6 +725,7 @@ dtb-$(CONFIG_ARCH_VT8500) += \ > wm8750-apc8750.dtb \ > wm8850-w70v2.dtb > dtb-$(CONFIG_ARCH_ZYNQ) += \ > + zynq-microzed.dtb \ > zynq-parallella.dtb \ > zynq-zc702.dtb \ > zynq-zc706.dtb \ > diff --git a/arch/arm/boot/dts/zynq-microzed.dts b/arch/arm/boot/dts/zynq-microzed.dts > new file mode 100644 > index 0000000..a8c7d2b > --- /dev/null > +++ b/arch/arm/boot/dts/zynq-microzed.dts > @@ -0,0 +1,45 @@ > +/* > + * Copyright (C) 2015 Jagan Teki > + * > + * This software is licensed under the terms of the GNU General Public > + * License version 2, as published by the Free Software Foundation, and > + * may be copied, distributed, and modified under those terms. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ > +/dts-v1/; > +/include/ "zynq-7000.dtsi" > + > +/ { > + model = "Zynq MicroZED Development Board"; > + compatible = "xlnx,zynq-microzed", "xlnx,zynq-7000"; > + > + aliases { > + serial0 = &uart1; > + }; > + > + memory { > + device_type = "memory"; > + reg = <0x0 0x40000000>; > + }; > + > + chosen { > + bootargs = "earlyprintk"; > + stdout-path = "serial0:115200n8"; > + }; > +}; > + > +&clkc { > + ps-clk-frequency = <33333333>; > +}; > + > +&sdhci0 { > + status = "okay"; > +}; > + > +&uart1 { > + status = "okay"; > +}; > I would prefer to have full description of this board instead of partial one. In U-Boot there is also qspi enabled. Board has also USB and ethernet that's why all of these should be enabled and tested. Thanks, Michal