From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3B6DC282C2 for ; Wed, 13 Feb 2019 10:53:55 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 98D9D21901 for ; Wed, 13 Feb 2019 10:53:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="qkf1zBDo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 98D9D21901 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tE40LJWqPyXohI7RKiDVTF4tLxeZBqnFkFbaQVd9znc=; b=qkf1zBDoK/1fw/ AIrqu5v+bnpi4sEbNN6XWk4H8chfU6mGx1go5K62ucHaKTQhQ3t1Rxg9e9zTudqJLbcISWse7Oy6e MNW4/sInBfVDfL0nTHj4ICZAKJsBllD3xUL1pxpWBLE67olImAskn7qbATMZM5UAN5PMY1n4mZc4D tmxgL7XhO1Yyirf3dhpWWNlL6Q9lVs/TvZMgKWCCI4R4mpME2SHNyXyLn6LWOYYcPE7fRovYRF9I9 NsWVz5DQFYPt9CAIfYpqXTGclGdKipQ8cNMwLlmx4+v3liNQ2jk7XXYvAUd/XrYLCGqMLz4H/eSyA wK1gLbzyiWNjguIwEvRw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gtsAq-0004yO-SM; Wed, 13 Feb 2019 10:53:52 +0000 Received: from relay11.mail.gandi.net ([217.70.178.231]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gtsAe-0004mF-Uj; Wed, 13 Feb 2019 10:53:50 +0000 Received: from localhost (alyon-652-1-306-203.w90-53.abo.wanadoo.fr [90.53.137.203]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id D3EAF100019; Wed, 13 Feb 2019 10:53:25 +0000 (UTC) Date: Wed, 13 Feb 2019 11:53:25 +0100 From: Alexandre Belloni To: Tudor.Ambarus@microchip.com Subject: Re: [PATCH 03/11] dt-bindings: memory: atmel-ebi: add sam9x60 compatible Message-ID: <20190213105325.GK10129@piout.net> References: <20190213085930.31578-1-tudor.ambarus@microchip.com> <20190213085930.31578-4-tudor.ambarus@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190213085930.31578-4-tudor.ambarus@microchip.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190213_025341_599553_E81D1AC3 X-CRM114-Status: GOOD ( 12.32 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, bbrezillon@kernel.org, richard@nod.at, linux-kernel@vger.kernel.org, marek.vasut@gmail.com, Ludovic.Desroches@microchip.com, robh+dt@kernel.org, linux-mtd@lists.infradead.org, miquel.raynal@bootlin.com, lee.jones@linaro.org, computersforpeace@gmail.com, dwmw2@infradead.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 13/02/2019 08:59:52+0000, Tudor.Ambarus@microchip.com wrote: > From: Tudor Ambarus > > Add compatibility string for the sam9x60 EBI. > > Signed-off-by: Tudor Ambarus Acked-by: Alexandre Belloni > --- > Documentation/devicetree/bindings/memory-controllers/atmel,ebi.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/memory-controllers/atmel,ebi.txt b/Documentation/devicetree/bindings/memory-controllers/atmel,ebi.txt > index 9bb5f57e2066..94bf7896a688 100644 > --- a/Documentation/devicetree/bindings/memory-controllers/atmel,ebi.txt > +++ b/Documentation/devicetree/bindings/memory-controllers/atmel,ebi.txt > @@ -15,6 +15,7 @@ Required properties: > "atmel,at91sam9g45-ebi" > "atmel,at91sam9x5-ebi" > "atmel,sama5d3-ebi" > + "microchip,sam9x60-ebi" > > - reg: Contains offset/length value for EBI memory mapping. > This property might contain several entries if the EBI > -- > 2.9.5 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel