From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760427AbYEEUGt (ORCPT ); Mon, 5 May 2008 16:06:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754773AbYEEUGk (ORCPT ); Mon, 5 May 2008 16:06:40 -0400 Received: from smtp1.wifiinternet.cz ([89.31.47.1]:56880 "EHLO bor.wifiinternet.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753654AbYEEUGj (ORCPT ); Mon, 5 May 2008 16:06:39 -0400 Message-ID: <481F68FB.9070602@seznam.cz> Date: Mon, 05 May 2008 22:07:23 +0200 From: Michal Simek Reply-To: monstr@seznam.cz User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Grant Likely CC: linux-kernel@vger.kernel.org, arnd@arndb.de, linux-arch@vger.kernel.org, stephen.neuendorffer@xilinx.com, John.Linn@xilinx.com, john.williams@petalogix.com, matthew@wil.cx, will.newton@gmail.com, drepper@redhat.com, microblaze-uclinux@itee.uq.edu.au, Michal Simek Subject: Re: [PATCH 10/56] microblaze_v2: Generic dts file for platforms References: <2391e49379fb6639f57d9d6e5811f3d49a4c6fda.1209897266.git.monstr@monstr.eu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Grant, >> From: Michal Simek >> >> >> Signed-off-by: Michal Simek >> --- >> arch/microblaze/platform/generic/system.dts | 137 +++++++++++++++++++++++++++ > > What is the purpose of the generic dts? Will this work with custom > microblaze designs? The header block should contain a comment about > what this file is for. This file has only demonstration purpose. That's all. This kernel has no relation with any board or design. This could be introduce e.g. in petalogix distribution or in xilinx where you distribute this kernel with specific hw design. That's one more reason why I want to keep system.dts in platform specific folder too. M