From patchwork Thu Sep 20 12:12:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 11537 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 961951B4E37 for ; Thu, 20 Sep 2012 12:13:06 +0000 (UTC) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by fiordland.canonical.com (Postfix) with ESMTP id C2650A1922F for ; Thu, 20 Sep 2012 12:13:05 +0000 (UTC) Received: by ieje10 with SMTP id e10so2722067iej.11 for ; Thu, 20 Sep 2012 05:13:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=CfuAygy/hWbzyZHr+PV0Vqtbkyq5vGcaXk41fmxfI04=; b=njZnZUb9keJeVwdgV1T++WuwB3O2oyX9/RNZWMJ4wt5SdHI4FJWoHsKVBVfvw0Mdoj vMGISLpcFSRvXf32lEGOxAfjwMTaqZIWkpx7cVdJO151obid+GDFn1CSHaH4nOy8eZWv OFGk4yr+3bZuklEuYgo5UBo9KBNjSSryhrHMjLrYBHPwi3ljVGzEFNucSMg57GbXl+Ko 7L3+mBt6X7BB5tcbEFlekl1MwNGE9zSQ1lcitJxYV73dJ7oT7BnC6MF60HANs6Dyt0hW HujEEivgXoy4mfVRxs+5X90W3aJ81ZP0njucqLWiF7aJOAX2+KRISQBpBwk/fJQbZM4j L03Q== Received: by 10.50.7.212 with SMTP id l20mr1437517iga.43.1348143185129; Thu, 20 Sep 2012 05:13:05 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.184.232 with SMTP id ex8csp71570igc; Thu, 20 Sep 2012 05:13:04 -0700 (PDT) Received: by 10.217.3.1 with SMTP id q1mr1020774wes.38.1348143183817; Thu, 20 Sep 2012 05:13:03 -0700 (PDT) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx.google.com with ESMTPS id d10si41848223wiy.36.2012.09.20.05.13.03 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Sep 2012 05:13:03 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wg0-f50.google.com with SMTP id 16so1635552wgi.31 for ; Thu, 20 Sep 2012 05:13:03 -0700 (PDT) Received: by 10.180.73.76 with SMTP id j12mr4137779wiv.11.1348143183221; Thu, 20 Sep 2012 05:13:03 -0700 (PDT) Received: from localhost.localdomain (LPuteaux-156-14-44-212.w82-127.abo.wanadoo.fr. [82.127.83.212]) by mx.google.com with ESMTPS id w7sm32394460wiz.0.2012.09.20.05.13.01 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Sep 2012 05:13:02 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: STEricsson_nomadik_linux@list.st.com, linus.walleij@stericsson.com, arnd@arndb.de, olof.johansson@gmail.com, Lee Jones Subject: [PATCH 01/32] ARM: ux500: Rename db8500.dtsi to dbx5x0.dtsi to encompass the u9500, u8540 and u9540 Date: Thu, 20 Sep 2012 14:12:19 +0200 Message-Id: <1348143170-2130-2-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1348143170-2130-1-git-send-email-lee.jones@linaro.org> References: <1348143170-2130-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkPgOim+RqrPZg2aY0xi3R/EPyKxcb5298aTUdLAJ2Yqx+KaBFzEMYOigv4fISt5GZmAHKB Acked-by: Linus Walleij Signed-off-by: Lee Jones --- arch/arm/boot/dts/{db8500.dtsi => dbx5x0.dtsi} | 0 arch/arm/boot/dts/snowball.dts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/arm/boot/dts/{db8500.dtsi => dbx5x0.dtsi} (100%) diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi similarity index 100% rename from arch/arm/boot/dts/db8500.dtsi rename to arch/arm/boot/dts/dbx5x0.dtsi diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index 7e334d4..df6fc57 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts @@ -10,7 +10,7 @@ */ /dts-v1/; -/include/ "db8500.dtsi" +/include/ "dbx5x0.dtsi" / { model = "Calao Systems Snowball platform with device tree";