Received: by 10.192.165.148 with SMTP id m20csp2473202imm; Sun, 22 Apr 2018 07:46:46 -0700 (PDT) X-Google-Smtp-Source: AIpwx48am+uwTXlcIilFR/qhcbdfoIWLSViizdiye5m0o97Gi/smGCl+SPWeWKmm9bYMPI1oatlU X-Received: by 10.98.224.76 with SMTP id f73mr16872922pfh.88.1524408405954; Sun, 22 Apr 2018 07:46:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524408405; cv=none; d=google.com; s=arc-20160816; b=UmjFRgnFqlxIMAl2OCsVZNaU0zTrEIoxOz7RnLEDJwJqFuMV+lxPwyazQmsEYjwUE6 +Ru0Z9GpFQlgH0BnPm3tuWa/MmS8yfVkVm2Lm52IZ4QkWZTySbqF1weyYJeIjj2qXvHi Sgm9NaUvrjt/wm2JtvyrGbgp7fM75ycxM11ujcY4HqQxCJnFXsIa6YmbFgDWsNGEwLZX cQSCQ366uu5KNlAFkdWdeXL+0lIsZlJFj2p0wYoOFdf+/tWnraIoq/TXie+tnwunLipA iHKYEBs/GYCM4DBug4dIhaVOTMjZfSuK4thYc3GJtXhTWDyxIa9eHx2ALDOO5xxNsJX0 i7bg== 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=ekLNjP/oQcRPtmTihtGhFmdBEiqnqUztGVd1aCVtNVY=; b=qhlAByJwQQlYZYmpSKFj4p2rhnqIK3mGNGSiC29hLhLihrTieHKVrozx5Mnkg3kl58 23k6qyba+sNCNGN8pJ0o2/kh2C1WPevoiEDS0OtMaO24jxYhAk7AnHoezRU8IO5+UOeH 3ZWW7Vd/L0OsiiVSXjnF9T0PIeen3y4HkR7LxMeZu8NO5warVI6XVX/b9CSlv2sxmdJ7 Nz5vQ1x19AFxPKb+H0SKCJBFoX7E77NiOSC1cuBwDujkYPnq3ZgigffWQDRohE8dDfh1 JcJ4Aqt2g6N7j/IfOgFRlE8NLGfMQlXVc7MWtqhxny5XSjhpQc98nscRyOl3A/0ajoV9 RVOw== 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 p186si10066967pfb.171.2018.04.22.07.46.32; Sun, 22 Apr 2018 07:46:45 -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 S932339AbeDVOQs (ORCPT + 99 others); Sun, 22 Apr 2018 10:16:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57572 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932290AbeDVOQf (ORCPT ); Sun, 22 Apr 2018 10:16:35 -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 3610EBA0; Sun, 22 Apr 2018 14:16:33 +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 4.4 31/97] ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property Date: Sun, 22 Apr 2018 15:53:09 +0200 Message-Id: <20180422135307.085462826@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180422135304.577223025@linuxfoundation.org> References: <20180422135304.577223025@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 4.4-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 @@ -21,7 +21,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 */ >;