From patchwork Sun Aug 24 03:12:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Roszko X-Patchwork-Id: 4770071 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 7AF6BC0338 for ; Sun, 24 Aug 2014 03:18:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A67E020136 for ; Sun, 24 Aug 2014 03:18:08 +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 D6E722012B for ; Sun, 24 Aug 2014 03:18:07 +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 1XLOFd-0003NX-3S; Sun, 24 Aug 2014 03:13:53 +0000 Received: from mail-qa0-x233.google.com ([2607:f8b0:400d:c00::233]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XLOFY-0003L9-Dc for linux-arm-kernel@lists.infradead.org; Sun, 24 Aug 2014 03:13:48 +0000 Received: by mail-qa0-f51.google.com with SMTP id k15so11253848qaq.10 for ; Sat, 23 Aug 2014 20:13:24 -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:in-reply-to:references; bh=WkW2RP5D5Fll3LhDZ+wNm+VI1r+GcZxkd/ogjOgh3b0=; b=Jfh3Ml9j8bADHGcO7C20yRZaGr5i3kNYDQfxyRk8VjWCFx0UAUElsws0W/sineIzed vswLqCp4XLp/ZR8MQC1wF6Uq9vN1bMIyXHLtjBThVBhHNsSrZwwKk9Bdn9Z0Cug4k/ih gg2Hgq4vZTzt+RMS6CsF2pdnXguE+2zQk5IFw9l3fSSOs0+2HGOlf8OF7O9Blm/xFg9/ r8ntQYyaYYZCZtqvwfuv5fJC0idc5raNoByis53jbHMSSk2zYEqdbCEPyJQaNgs+et75 HwK+qRVxQosUhHvVANjyQK2CBz833vtu9OADT7FkleIc4U0bt5RjYMd65lWT1saudXon /L9w== X-Received: by 10.224.46.8 with SMTP id h8mr23125200qaf.6.1408850004931; Sat, 23 Aug 2014 20:13:24 -0700 (PDT) Received: from localhost.localdomain (ool-2f142fe1.dyn.optonline.net. [47.20.47.225]) by mx.google.com with ESMTPSA id u5sm4207522qar.7.2014.08.23.20.13.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 23 Aug 2014 20:13:24 -0700 (PDT) From: Marek Roszko To: plagnioj@jcrosoft.com Subject: [PATCH v2 2/3] ARM: at91/dt: at91: use new pinctrl id for sama5 Date: Sat, 23 Aug 2014 23:12:05 -0400 Message-Id: <1408849926-9603-2-git-send-email-mark.roszko@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1408849926-9603-1-git-send-email-mark.roszko@gmail.com> References: <1408849926-9603-1-git-send-email-mark.roszko@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140823_201348_525267_9579C4C5 X-CRM114-Status: UNSURE ( 9.98 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.1 (/) Cc: Marek Roszko , linus.walleij@linaro.org, nicolas.ferre@atmel.com, 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 This switches the SAMA5D3 to use the new atmel,sama5d3-pinctrl id that was added with the drive strength options patch. Signed-off-by: Marek Roszko Acked-by: Linus Walleij Acked-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index 45013b8..7db0e85 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi @@ -428,7 +428,7 @@ pinctrl@fffff200 { #address-cells = <1>; #size-cells = <1>; - compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus"; + compatible = "atmel,sama5d3-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus"; ranges = <0xfffff200 0xfffff200 0xa00>; atmel,mux-mask = < /* A B C */