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=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 51BC4C3F68F for ; Thu, 16 Jan 2020 13:52:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 28FB22075B for ; Thu, 16 Jan 2020 13:52:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726935AbgAPNwM (ORCPT ); Thu, 16 Jan 2020 08:52:12 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:44655 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726084AbgAPNwM (ORCPT ); Thu, 16 Jan 2020 08:52:12 -0500 X-Originating-IP: 90.65.102.129 Received: from localhost (lfbn-lyo-1-1670-129.w90-65.abo.wanadoo.fr [90.65.102.129]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id D60D2C0019; Thu, 16 Jan 2020 13:52:08 +0000 (UTC) Date: Thu, 16 Jan 2020 14:52:08 +0100 From: Alexandre Belloni To: Claudiu Beznea Cc: richard.genoud@gmail.com, radu_nicolae.pirea@upb.ro, lee.jones@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, nicolas.ferre@microchip.com, ludovic.desroches@microchip.com, a.zummo@towertech.it, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rtc@vger.kernel.org, Sandeep Sheriker Mallikarjun , Tudor Ambarus , Codrin Ciubotariu Subject: Re: [PATCH v4 5/5] ARM: dts: at91: sam9x60: add device tree for soc and board Message-ID: <20200116135208.GG100374@piout.net> References: <1579085987-13976-1-git-send-email-claudiu.beznea@microchip.com> <1579085987-13976-6-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1579085987-13976-6-git-send-email-claudiu.beznea@microchip.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15/01/2020 12:59:47+0200, Claudiu Beznea wrote: > From: Sandeep Sheriker Mallikarjun > > Add device tree files for SAM9X60 SoC and SAM9X60-EK board. > > Signed-off-by: Sandeep Sheriker Mallikarjun > Signed-off-by: Claudiu Beznea > Signed-off-by: Tudor Ambarus > Signed-off-by: Codrin Ciubotariu > Acked-by: Nicolas Ferre > --- > arch/arm/boot/dts/Makefile | 2 + > arch/arm/boot/dts/at91-sam9x60ek.dts | 647 ++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/sam9x60.dtsi | 691 +++++++++++++++++++++++++++++++++++ > 3 files changed, 1340 insertions(+) > create mode 100644 arch/arm/boot/dts/at91-sam9x60ek.dts > create mode 100644 arch/arm/boot/dts/sam9x60.dtsi > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Belloni Subject: Re: [PATCH v4 5/5] ARM: dts: at91: sam9x60: add device tree for soc and board Date: Thu, 16 Jan 2020 14:52:08 +0100 Message-ID: <20200116135208.GG100374@piout.net> References: <1579085987-13976-1-git-send-email-claudiu.beznea@microchip.com> <1579085987-13976-6-git-send-email-claudiu.beznea@microchip.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: richard.genoud@gmail.com, radu_nicolae.pirea@upb.ro, lee.jones@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, nicolas.ferre@microchip.com, ludovic.desroches@microchip.com, a.zummo@towertech.it, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rtc@vger.kernel.org, Sandeep Sheriker Mallikarjun , Tudor Ambarus , Codrin Ciubotariu To: Claudiu Beznea Return-path: Content-Disposition: inline In-Reply-To: <1579085987-13976-6-git-send-email-claudiu.beznea@microchip.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-spi.vger.kernel.org On 15/01/2020 12:59:47+0200, Claudiu Beznea wrote: > From: Sandeep Sheriker Mallikarjun > > Add device tree files for SAM9X60 SoC and SAM9X60-EK board. > > Signed-off-by: Sandeep Sheriker Mallikarjun > Signed-off-by: Claudiu Beznea > Signed-off-by: Tudor Ambarus > Signed-off-by: Codrin Ciubotariu > Acked-by: Nicolas Ferre > --- > arch/arm/boot/dts/Makefile | 2 + > arch/arm/boot/dts/at91-sam9x60ek.dts | 647 ++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/sam9x60.dtsi | 691 +++++++++++++++++++++++++++++++++++ > 3 files changed, 1340 insertions(+) > create mode 100644 arch/arm/boot/dts/at91-sam9x60ek.dts > create mode 100644 arch/arm/boot/dts/sam9x60.dtsi > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com 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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 5369DC33CB1 for ; Thu, 16 Jan 2020 13:52:54 +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 21DF22075B for ; Thu, 16 Jan 2020 13:52:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="FRBubbP4"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="ZWHxYb2y" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 21DF22075B 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=oYKtC2LQWgvvjbf9vDwH3lnxRcrwXzeYrht6TtfR69k=; b=FRBubbP42LihdG weQTaLDGoMXdoHLZw/tAtgx1Aphkvdw52ktU7BFIau4tc71I5lsUfDj5c3F5dyagtqK3r9KJUfkZC 4n82Kkmy6hrBkh/ThBKJuTfEBUUM/S1i8VN+3JrdZ9W9SMevD+sDp3Bl8jqbpnpkbolD3Bjk0vri/ mrnXW+yXQ4zJB8yUiUvut6UWQ3hxsb9e/ZAUs7A2OoaS2sbSoGkrRjMxgZMzDY8a3pD1j9seXzsDZ cfTkmtFuqbw7C8ZpcArtARGJ+mCHb4q6onEodnESupQTRkrfjkyEvmnJiW0tRZnfSIR48WrKz6klt LWPq0kYi0Q8G6VG/EfQw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1is5Zt-0001NX-9X; Thu, 16 Jan 2020 13:52:53 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1is5Zr-0001NL-Ba for linux-arm-kernel@bombadil.infradead.org; Thu, 16 Jan 2020 13:52:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=4t2Eg3vj+ZaLNCQMxGhBxAFH0ZPHr7QsMfiDNrH0s0g=; b=ZWHxYb2yPD5d9huXEsm8lJQDb Zih4ZxLk5hSJFut+iDVYHjgWWRBfg39gylvbxeiibKwOXBwv+zWQzh2U36UGMMzlTZ7X67ss+m+tn 87VmypRuQQ89OiJspBwpe6zKwmnFdtpimUDujf96XZH124hglyuuApHDxg2oXkE9StWBPdL7KhMnV agaE8hHLiiD9Oe7gnCqfrZdhglb/YURVfjS/DVXocw0qOl+Sbm8SH5oIRaSTF8iNTNTsOeW4g12qF zT9mrw4X1j5R2qVfjwnccoJY2vPOyWv5ZPpX6Bbbw0MRJCmOegPr1mJApZ/8fvUgZPL4TVcJgLpi7 JeKrvMqmA==; Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by casper.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1is5aA-0007lK-1V for linux-arm-kernel@lists.infradead.org; Thu, 16 Jan 2020 13:53:14 +0000 X-Originating-IP: 90.65.102.129 Received: from localhost (lfbn-lyo-1-1670-129.w90-65.abo.wanadoo.fr [90.65.102.129]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id D60D2C0019; Thu, 16 Jan 2020 13:52:08 +0000 (UTC) Date: Thu, 16 Jan 2020 14:52:08 +0100 From: Alexandre Belloni To: Claudiu Beznea Subject: Re: [PATCH v4 5/5] ARM: dts: at91: sam9x60: add device tree for soc and board Message-ID: <20200116135208.GG100374@piout.net> References: <1579085987-13976-1-git-send-email-claudiu.beznea@microchip.com> <1579085987-13976-6-git-send-email-claudiu.beznea@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1579085987-13976-6-git-send-email-claudiu.beznea@microchip.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200116_135310_120194_8EF6913F X-CRM114-Status: UNSURE ( 9.81 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, a.zummo@towertech.it, devicetree@vger.kernel.org, richard.genoud@gmail.com, linux-kernel@vger.kernel.org, radu_nicolae.pirea@upb.ro, Sandeep Sheriker Mallikarjun , linux-spi@vger.kernel.org, ludovic.desroches@microchip.com, robh+dt@kernel.org, Tudor Ambarus , Codrin Ciubotariu , lee.jones@linaro.org, linux-arm-kernel@lists.infradead.org, linux-rtc@vger.kernel.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 15/01/2020 12:59:47+0200, Claudiu Beznea wrote: > From: Sandeep Sheriker Mallikarjun > > Add device tree files for SAM9X60 SoC and SAM9X60-EK board. > > Signed-off-by: Sandeep Sheriker Mallikarjun > Signed-off-by: Claudiu Beznea > Signed-off-by: Tudor Ambarus > Signed-off-by: Codrin Ciubotariu > Acked-by: Nicolas Ferre > --- > arch/arm/boot/dts/Makefile | 2 + > arch/arm/boot/dts/at91-sam9x60ek.dts | 647 ++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/sam9x60.dtsi | 691 +++++++++++++++++++++++++++++++++++ > 3 files changed, 1340 insertions(+) > create mode 100644 arch/arm/boot/dts/at91-sam9x60ek.dts > create mode 100644 arch/arm/boot/dts/sam9x60.dtsi > Applied, thanks. -- 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