From patchwork Wed May 22 14:36:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 2602481 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 31D513FD2B for ; Wed, 22 May 2013 16:19:44 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UfAAt-0003al-AU; Wed, 22 May 2013 14:37:55 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UfAAK-0002Mh-0l; Wed, 22 May 2013 14:37:20 +0000 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UfAAH-0002M3-V6 for linux-arm-kernel@lists.infradead.org; Wed, 22 May 2013 14:37:18 +0000 Received: by mail-we0-f176.google.com with SMTP id p58so1234671wes.7 for ; Wed, 22 May 2013 07:36:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=28FIJzUHf+NaGBMuqKhdS51uLoLNot+FOAhCm8EZo2s=; b=Grih5xyDYS7mwk6Y2qwsLgd0DFBiEfAE8TLpHpIZfV3OI6Ny9GugOlxCfpUwuKndp4 W8LKdllz17VcVM1qA90l9vaPlABDlEWorHDQMG9bf1P2tPtMW9RWCx3QKJx/dMMeNr9+ WiXJFzdiIv9AQumLHod4eMOrStCiEP0FFtRtFUq8u3DbEVWtkooxvR1JbK+RsbofkFu9 9ukscITNEl+ClKjpWE4k+fVFNOWNGsAYNG3yh/JTUjENW7i5viZmFdr5bVLQ+vtSV9xL zEWb1jgQgwCYlw0HHeNA1+jhdq2SlgrJ1Q62K81BSE1e1f+dyigYlf0LA2mUk9eQdzYq GYEA== X-Received: by 10.180.189.136 with SMTP id gi8mr34095008wic.11.1369233407302; Wed, 22 May 2013 07:36:47 -0700 (PDT) Received: from localhost.localdomain (cpc34-aztw25-2-0-cust250.18-1.cable.virginmedia.com. [86.16.136.251]) by mx.google.com with ESMTPSA id e5sm11264046wiy.5.2013.05.22.07.36.45 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 22 May 2013 07:36:46 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: ux500: Apply other compatible name to the u8540 DTS file Date: Wed, 22 May 2013 15:36:42 +0100 Message-Id: <1369233402-19225-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQm2kqr3q8rOPApav9bKS7CIrVNUML/3rUriJDaN/XF9Wg26w9Lif6GOmL8kXr+KWHZBEbG+ X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130522_103718_122008_C2E3E939 X-CRM114-Status: GOOD ( 11.04 ) 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: Lee Jones , 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: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org The common name for the 8540 is the u8540, but the fully qualified name, or proper name is ccu8540. Ensure both are available to drivers and platform code that wish to use them. Signed-off-by: Lee Jones --- arch/arm/boot/dts/ccu8540.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>;