From patchwork Wed May 22 14:49:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 2602341 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork1.kernel.org (Postfix) with ESMTP id 79ECD40077 for ; Wed, 22 May 2013 14:50:30 +0000 (UTC) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UfAN2-0007eL-NR; Wed, 22 May 2013 14:50:28 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UfAN0-0002sN-JT; Wed, 22 May 2013 14:50:26 +0000 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UfAMx-0002rB-2D for linux-arm-kernel@lists.infradead.org; Wed, 22 May 2013 14:50:23 +0000 Received: by mail-we0-f170.google.com with SMTP id u59so696416wes.15 for ; Wed, 22 May 2013 07:50:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent :x-gm-message-state; bh=PHLO5oRkMRwmlY4KSx2vIoaXcFix1O6WCp7pGXRgFAM=; b=fp/Otp8BSpGkd9ylBn2D3jDhUwqXKo+DLayBM12nR2qeOg0kpoa11W+w3HIm3IcJJN Nytph8QBSt4WRczg6htQ6AwQ2k8rvY4svpqmsPPRPR/ZLVYDmmL2S+pWkBs4/AV9Pf2i lVfVdGI58pol2GqTAT10WjKaLkyE4uKFSLESjgsHCq+NAx4SEC3cCmspPc+B+X+vp74h jDY7IJE08wXkYYCqvcJqcchzC2kthherDHoxBADeQb5NtTUvOdyqCazmorPkYa1GWfpC 2d1K7+RBwMZNAX1EBNzZSS/CwgCzvHFrRCMpITmn0x3aB+ZvIi5aHIdYUqG7Ju/dDZut j4FQ== X-Received: by 10.180.72.227 with SMTP id g3mr1508011wiv.1.1369234200913; Wed, 22 May 2013 07:50:00 -0700 (PDT) Received: from gmail.com (cpc34-aztw25-2-0-cust250.18-1.cable.virginmedia.com. [86.16.136.251]) by mx.google.com with ESMTPSA id x13sm11350616wib.3.2013.05.22.07.49.59 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 22 May 2013 07:50:00 -0700 (PDT) Date: Wed, 22 May 2013 15:49:57 +0100 From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2] ARM: ux500: Apply other compatible name to the u8540 DTS file Message-ID: <20130522144957.GA18714@gmail.com> References: <1369233402-19225-1-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1369233402-19225-1-git-send-email-lee.jones@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQkxeXHGU3k5k7PFjZO15NBb6ajjaeQLZuUtT0TQfD2qW4/HvXfB3IWd+5hRpiwgVuLnL3BD X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130522_105023_222920_1090D058 X-CRM114-Status: UNSURE ( 9.76 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linus.walleij@stericsson.com, arnd@arndb.de, srinidhi.kasagar@stericsson.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org ARM: ux500: Apply other compatible name to the u8540 DTS file Devices in board DTS files are usually searchable by multiple compatible strings. In this case the 8540 based SoC should be obtainable via the chipset [DB8540 & AB8540] name 'u8540' or the board name 'ccu8540'. It's already possible to obtain the Device Tree via its chipset name, this patch makes it possible to get it by its board name too. Signed-off-by: Lee Jones diff --git a/arch/arm/boot/dts/ccu8540.dts b/arch/arm/boot/dts/ccu8540.dts index 18daa01..af4487f 100644 --- a/arch/arm/boot/dts/ccu8540.dts +++ b/arch/arm/boot/dts/ccu8540.dts @@ -14,7 +14,7 @@ / { model = "ST-Ericsson U8540 platform with Device Tree"; - compatible = "st-ericsson,u8540"; + compatible = "st-ericsson,ccu8540", "st-ericsson,u8540"; memory { reg = <0x00000000 0x20000000>;