Received: by 10.192.165.148 with SMTP id m20csp2453987imm; Sun, 22 Apr 2018 07:22:43 -0700 (PDT) X-Google-Smtp-Source: AIpwx49b0biI4CTKHyiyWplWkIP8hJp0GXurmsOHdl89vLm7abbb8th7AfRALwDbgWIBpzgitHAR X-Received: by 10.101.82.194 with SMTP id z2mr14574952pgp.69.1524406963096; Sun, 22 Apr 2018 07:22:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524406963; cv=none; d=google.com; s=arc-20160816; b=ovH2npFxpjekGDanOq5SOoyf6uLzXH/B7pehYQlmOKRcx+Thm7UCWjOhF96FrGXZ4s 5hh63ssscBIGTamC9bt3p8UoNrxnnk0yFXd4d0Ick/XCIs7IGJ2WT+bnMfTwRyjS7iCP GLKb2qQX59wo3VWYgvxgftUgUrSu8vM+GwiZ7Z6LoRRqgHevH2MDV0V+nJAUvhw0lvFO 21yx57Uisp80esuAjeMy1S/aRlRC2/1Wm90rz/z3l3gVanXBTcweScNMR1glXXsqTG1S dZTxxNNpFAjb7GH4WVf1/PXSWd4s4YL/UTLTYbiHrbQZJ5GOc1xcdmxL0IhoBo7Frj9s N9hg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=Gzk6t0bAKmq8dt1LyRS7zFBVMijQV8v8E4i0u9e/cqk=; b=GOLJ5tSQenayhzY7kZ5KfJUYf8uYnGY+AeTpQEmhiYfAVQzcPWSHlqaCxAUeckALrO 7oUDl/ZEl4QxAKDNOdFKNp0ioFAP3CndDLDRlfc44aBbb0e8NgfaQ6QwSR8MRbhFQxqw v/rk79Wwoe8ycvikwOckJnXXPkCDZ06qlsUMVJ4bYriJcleQoAGrjS3xdkknRUE3ylIL dhTEMu6v6Ht10/zFYCSrtqCBE6nbgpWlNS0VRMxfUn/HiARI9xIIvZ3YfvsefR2I5pla uvMsKi5H8wcSNcvdQySI6bIhNTdjDEgHUMpxkCt39NeDV/gh1d8do/DJzCMsu+Fa6nRH KU4g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b14-v6si9758090pll.116.2018.04.22.07.22.28; Sun, 22 Apr 2018 07:22:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757402AbeDVOUS (ORCPT + 99 others); Sun, 22 Apr 2018 10:20:18 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60226 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757377AbeDVOUK (ORCPT ); Sun, 22 Apr 2018 10:20:10 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id BAAB3486; Sun, 22 Apr 2018 14:20:09 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Marek Sieranski , Nicolas Ferre , Alexandre Belloni Subject: [PATCH 3.18 13/52] ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property Date: Sun, 22 Apr 2018 15:53:46 +0200 Message-Id: <20180422135315.873906729@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180422135315.254787616@linuxfoundation.org> References: <20180422135315.254787616@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 3.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Nicolas Ferre commit e8fd0adf105e132fd84545997bbef3d5edc2c9c1 upstream. There are only 19 PIOB pins having primary names PB0-PB18. Not all of them have a 'C' function. So the pinctrl property mask ends up being the same as the other SoC of the at91sam9x5 series. Reported-by: Marek Sieranski Signed-off-by: Nicolas Ferre Cc: # v3.8+ Signed-off-by: Alexandre Belloni Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/at91sam9g25.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/at91sam9g25.dtsi +++ b/arch/arm/boot/dts/at91sam9g25.dtsi @@ -20,7 +20,7 @@ atmel,mux-mask = < /* A B C */ 0xffffffff 0xffe0399f 0xc000001c /* pioA */ - 0x0007ffff 0x8000fe3f 0x00000000 /* pioB */ + 0x0007ffff 0x00047e3f 0x00000000 /* pioB */ 0x80000000 0x07c0ffff 0xb83fffff /* pioC */ 0x003fffff 0x003f8000 0x00000000 /* pioD */ >;