Received: by 10.192.165.148 with SMTP id m20csp2467251imm; Sun, 22 Apr 2018 07:38:56 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+91DDvnPKknbNxU5I+jT5e8jY75QiO3+IDF4T1aQKQL5BeR9Tc5opUNCM7m/wlf+ioqGgi X-Received: by 2002:a17:902:a5c2:: with SMTP id t2-v6mr17668820plq.360.1524407936120; Sun, 22 Apr 2018 07:38:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524407936; cv=none; d=google.com; s=arc-20160816; b=jChBtJkt9FOiPMAC8HTEAqPdGUd3RVPLjK9OM8tL21aUMVrvFbOKCNzIRdRm0MP0pR Dfe1wPsjz0FJ2tZW52oqOUcqvUYJZ6wInZGPGkAAQHt88pLSsAzDAo5tXjY5vY8iZN+m qucUzU0TRitzQHDI20JD4bqNhhWMHXo9d4bBUiECQcFTJ7UdGCg2X5UOmoQjg6nKJ0n4 Vp2Bp1OLmvFnsI07r+HF5+IV5sPThiQgACyUJaYSDCujxbxnUKmOLwyn8hXftplFe4eo y/gZunLFDqZCm2NmvvPq8i6AXZjqGHaaVNx/8BBuhy88RQXDMImJ89tlBCf3SkBtgnLt aleg== 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=onFDc88X60ur1MgkP+D4j4/dmuKMdj5ldxLLltylqbY=; b=THUbTQu5pe9bKoFKVdX5OwTLtPCR/XMFAXRqD4Q1AThfp7qKuVSChS8Bj+gha1hXtP wAX29Y0zrdfHaa2NSA8w3Eac1k6LioXvC313iR4aT+/hs3ek7zbHeSktM65fdEySrgNF tp3ps8KaJYHwcbZBCQxwtu+JbAX0vpSyzUbMTYlz6BLQt4xocMYZQyNg5TUFKqQ3MQX7 RDrKeMYwWwVso53e1KA7SxvZRcuonfmEqVhrdf/95u28Er/0RDI5elh/9FwgKP7M9yN9 B9xIWskqrSgJFBi27DY+V7zFHnyIYNGtY4s0itFog7XU8B0rW/u9G5KSnabnY2Ai1kKB uejA== 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 v12-v6si10309054plg.180.2018.04.22.07.38.42; Sun, 22 Apr 2018 07:38:56 -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 S932485AbeDVOSm (ORCPT + 99 others); Sun, 22 Apr 2018 10:18:42 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59050 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932217AbeDVOSg (ORCPT ); Sun, 22 Apr 2018 10:18:36 -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 AA3F2D08; Sun, 22 Apr 2018 14:18:35 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Santiago Esteban , Ludovic Desroches , Alexandre Belloni Subject: [PATCH 4.4 32/97] ARM: dts: at91: sama5d4: fix pinctrl compatible string Date: Sun, 22 Apr 2018 15:53:10 +0200 Message-Id: <20180422135307.140538907@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: Santiago Esteban commit 9a06757dcc8509c162ac00488c8c82fc98e04227 upstream. The compatible string is incorrect. Add atmel,sama5d3-pinctrl since it's the appropriate compatible string. Remove the atmel,at91rm9200-pinctrl compatible string, this fallback is useless, there are too many changes. Signed-off-by: Santiago Esteban Signed-off-by: Ludovic Desroches Cc: stable@vger.kernel.org #v3.18 Signed-off-by: Alexandre Belloni Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/sama5d4.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -1354,7 +1354,7 @@ pinctrl@fc06a000 { #address-cells = <1>; #size-cells = <1>; - compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus"; + compatible = "atmel,sama5d3-pinctrl", "atmel,at91sam9x5-pinctrl", "simple-bus"; ranges = <0xfc068000 0xfc068000 0x100 0xfc06a000 0xfc06a000 0x4000>; /* WARNING: revisit as pin spec has changed */