Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751295Ab0KQX2Q (ORCPT ); Wed, 17 Nov 2010 18:28:16 -0500 Received: from mail-yw0-f46.google.com ([209.85.213.46]:47362 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751060Ab0KQX2Q (ORCPT ); Wed, 17 Nov 2010 18:28:16 -0500 Subject: [PATCH 0/5] refactor dts files for mpc5200b based systems (take 2) To: linux-kernel@vger.kernel.org From: John Bonesio Cc: linuxppc-dev@lists.ozlabs.org, jdl@jdl.com, glikely@secretlab.ca, devicetree-discuss@lists.ozlabs.org, david@gibson.dropbear.id.au Date: Wed, 17 Nov 2010 15:28:11 -0800 Message-ID: <20101117232520.25947.37475.stgit@riker> User-Agent: StGit/0.15 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1962 Lines: 42 I belive I've fixed the problems with the messed up [PATCH 1/5]. I've also incorporated changes per comments. The following series implements a set of changes to refactor dts (device tree source) files for systems using the mpc5200b SoC. The dtc changes allow a base dts to be defined in a common dts file included with '/include/ '. This base dts can then be updated and modified by merging in a second device tree defined in the system specific dts file. The rest of the changes are the refactoring of the mpc5200b dts files. --- John Bonesio (5): Pull in recent changes from the main dtc repository. These changes primarily powerpc/5200: dts: rename nodes to prepare for refactoring dts files powerpc/5200: dts: remove unused properties powerpc/5200: dts: Change combatible strings on localbus powerpc/5200: dts: refactor dts files arch/powerpc/boot/dts/cm5200.dts | 198 +++---------------------- arch/powerpc/boot/dts/digsy_mtc.dts | 179 +++-------------------- arch/powerpc/boot/dts/lite5200b.dts | 232 ++--------------------------- arch/powerpc/boot/dts/media5200.dts | 216 +++------------------------ arch/powerpc/boot/dts/motionpro.dts | 198 +++---------------------- arch/powerpc/boot/dts/mpc5200b.dtsi | 276 +++++++++++++++++++++++++++++++++++ arch/powerpc/boot/dts/mucmc52.dts | 176 ++++++---------------- arch/powerpc/boot/dts/pcm030.dts | 201 ++----------------------- arch/powerpc/boot/dts/pcm032.dts | 205 ++------------------------ arch/powerpc/boot/dts/uc101.dts | 162 ++++----------------- 10 files changed, 499 insertions(+), 1544 deletions(-) create mode 100644 arch/powerpc/boot/dts/mpc5200b.dtsi -- Signature -- 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/