From patchwork Thu Aug 14 09:46:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Mack X-Patchwork-Id: 4723331 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 21BA9C0338 for ; Thu, 14 Aug 2014 09:48:54 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 556CF201DD for ; Thu, 14 Aug 2014 09:48:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 986732017E for ; Thu, 14 Aug 2014 09:48:52 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XHrcM-0003gf-SX; Thu, 14 Aug 2014 09:46:46 +0000 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XHrcJ-0003fN-3X for linux-arm-kernel@lists.infradead.org; Thu, 14 Aug 2014 09:46:43 +0000 Received: by mail-wg0-f45.google.com with SMTP id x12so824259wgg.4 for ; Thu, 14 Aug 2014 02:46:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=tty8l14PkXi9xK/f3Dy2oyzz45WpASeH3iuYUAa5rZg=; b=WV2Aox5Lf8NksoapaECzGW5YD/uI7QUSi4WRvMIxrQb3wroEV/1g0QrJiH2rNEvpKD cb6l6jiA31qCuoTdcb/lgbnTFDjVVi2/zb954sHP93dau6bda6xk8O5Y4Jci1DcRgAYU +tKEDvT3PAT4jKfDu1AtT48PAA+ggLVdaUlL4v6jp8f7snN1OI3hXxBR25vqey86C4Po b76gltWn2nqSSJO9hJoB42pKQ7GIIOAGVICTpN6+5T0pQZ5wUOlY05Crhf1YgAczoNyZ biJjFDievUzLboEcBwqiIkcp4lyOGHtC3AnBvJGvuZHTu2k1dkdvlirpxu3EeDQvBZRR B8AQ== X-Received: by 10.194.179.197 with SMTP id di5mr1897119wjc.125.1408009580299; Thu, 14 Aug 2014 02:46:20 -0700 (PDT) Received: from tamtam.fritz.box ([2001:4dd0:ff00:9394:224:d7ff:fec6:a0ec]) by mx.google.com with ESMTPSA id ko8sm10355622wjc.11.2014.08.14.02.46.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Aug 2014 02:46:19 -0700 (PDT) From: Daniel Mack To: haojian.zhuang@gmail.com Subject: [PATCH 1/2] ARM: pxa: dts: fix mmc controller compatible string Date: Thu, 14 Aug 2014 11:46:12 +0200 Message-Id: <1408009573-24523-1-git-send-email-zonque@gmail.com> X-Mailer: git-send-email 2.0.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140814_024643_289560_4D295B75 X-CRM114-Status: UNSURE ( 9.74 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: devicetree@vger.kernel.org, arnd@arndb.de, Daniel Mack , robh+dt@kernel.org, grant.likely@linaro.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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 X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The vendor prefix was renamed from "mrvl" to "marvell". Follow this change in the dts file. Signed-off-by: Daniel Mack --- arch/arm/boot/dts/pxa2xx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi index febd391..f188f8c 100644 --- a/arch/arm/boot/dts/pxa2xx.dtsi +++ b/arch/arm/boot/dts/pxa2xx.dtsi @@ -128,7 +128,7 @@ }; mmc0: mmc@41100000 { - compatible = "mrvl,pxa-mmc"; + compatible = "marvell,pxa-mmc"; reg = <0x41100000 0x1000>; interrupts = <23>; dmas = <&dma 21