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=-4.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 36AD2C4338F for ; Mon, 23 Aug 2021 12:21:28 +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 F188761078 for ; Mon, 23 Aug 2021 12:21:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org F188761078 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; 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=Qt3Peo17YcgRidCJVE9EwaD1mcwmbt3BFvvTqury5yE=; b=2q/J5KEAm8hPA3 B2M1FqJtlrMY68fyGqP/DkIBsm9UzOxqcZJ+dD0yroD0QFx/D1TqI0GYM9SHG9r0nlF90bEov2cwG 8jUl8xO4MZTGYEpBE6irx1DCVPxb29j2g3dVcjpFJ5CF0Lfq8nqc/afFxP+YJLI6P5ucL/g8C7PD5 GYvQeE5JWkPcBDrTH9AUUYwXu9lVZPv7nYICn6w7ZV8JMkuXaSNuh1Z/QaxqYgHv2+Estxx1qp6/t U+4VF22AZeb/iMIn+p7y9qA7aGAunF/ZpM2m1VOGmOk3tujWa3l2OAFU1EF/Nbtd71PcLm21+2JLO HTyXDZ2G1fF602oepCUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mI8v8-00Gjox-Tm; Mon, 23 Aug 2021 12:19:19 +0000 Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mI8ur-00Gjix-OB for linux-arm-kernel@lists.infradead.org; Mon, 23 Aug 2021 12:19:06 +0000 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 17CEEC000E; Mon, 23 Aug 2021 12:18:44 +0000 (UTC) Date: Mon, 23 Aug 2021 14:18:44 +0200 From: Alexandre Belloni To: Claudiu Beznea Subject: Re: [PATCH 0/3] ARM: dts: at91: enable ips for sama7g5 Message-ID: References: <20210823100356.22206-1-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210823100356.22206-1-claudiu.beznea@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210823_051901_960245_7A2EB814 X-CRM114-Status: UNSURE ( 8.42 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, ludovic.desroches@microchip.com, robh+dt@kernel.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+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 23/08/2021 13:03:53+0300, Claudiu Beznea wrote: > Hi, > > The following patches enable UDDRC, DDR3 PHY, SECURAM and SHDWC IPs > on SAMA7G5. > > Thank you, > Claudiu Beznea > > Claudiu Beznea (3): > ARM: dts: at91: add ram bindings > ARM: dts: at91: add bindins for securam > ARM: dts: at91: add bindings for shdwc I think you meant node instead of bindings. -- Alexandre Belloni, co-owner and COO, 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 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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 4C182C4338F for ; Mon, 23 Aug 2021 12:18:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1F736613A5 for ; Mon, 23 Aug 2021 12:18:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235358AbhHWMT3 (ORCPT ); Mon, 23 Aug 2021 08:19:29 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:47535 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233895AbhHWMT3 (ORCPT ); Mon, 23 Aug 2021 08:19:29 -0400 Received: (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 17CEEC000E; Mon, 23 Aug 2021 12:18:44 +0000 (UTC) Date: Mon, 23 Aug 2021 14:18:44 +0200 From: Alexandre Belloni To: Claudiu Beznea Cc: nicolas.ferre@microchip.com, ludovic.desroches@microchip.com, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] ARM: dts: at91: enable ips for sama7g5 Message-ID: References: <20210823100356.22206-1-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210823100356.22206-1-claudiu.beznea@microchip.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 23/08/2021 13:03:53+0300, Claudiu Beznea wrote: > Hi, > > The following patches enable UDDRC, DDR3 PHY, SECURAM and SHDWC IPs > on SAMA7G5. > > Thank you, > Claudiu Beznea > > Claudiu Beznea (3): > ARM: dts: at91: add ram bindings > ARM: dts: at91: add bindins for securam > ARM: dts: at91: add bindings for shdwc I think you meant node instead of bindings. -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com