From patchwork Mon Aug 6 11:19:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Codrin Ciubotariu X-Patchwork-Id: 10556829 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B77E51390 for ; Mon, 6 Aug 2018 11:20:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A25DB29073 for ; Mon, 6 Aug 2018 11:20:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 941A4292FA; Mon, 6 Aug 2018 11:20:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 8AD9429073 for ; Mon, 6 Aug 2018 11:20:25 +0000 (UTC) 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:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=cJKd5YSAK4yLl3tyI5FqvQyrs2ORuHL+U5TTMm51odE=; b=MkNoKyUBtIxw9Q ZXpxz865WmTbXyig7MTT5ELa41HUru7Zlz+yh/1qgLooVq7eurEydUa85QMkKqLoHlaRLgw+svIuz taUOJ933ZrecWWDqHdoXYNlWKYvJpNBxGf0oafl3m96lRiu+rIfHRNqO7CBf/ZXop50ZUEz0G/nd6 mV3gH0jupFypc/bcK23ayM75dwVuCC6ddLfg+E3hZzT9hunvPHObMz0Ty26fxtVgjKICdB2k38s3a 7S0lmNSLCtg1WfEFHgJkHdslVDRcSL8fdXD9gKwfYRzJEsz0PtTl+2NgvAVxTDblt8mtKAr9K++Sp zXS5WA2QAaDHUYeotOQw==; 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 1fmdYi-00056d-DB; Mon, 06 Aug 2018 11:20:20 +0000 Received: from esa1.microchip.iphmx.com ([68.232.147.91]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fmdYe-0003fC-Pk for linux-arm-kernel@lists.infradead.org; Mon, 06 Aug 2018 11:20:18 +0000 X-IronPort-AV: E=Sophos;i="5.51,452,1526367600"; d="scan'208";a="18193905" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa1.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 06 Aug 2018 04:19:54 -0700 Received: from rob-ult-m19940.microchip.com (10.10.76.4) by chn-sv-exch02.mchp-main.com (10.10.76.38) with Microsoft SMTP Server id 14.3.352.0; Mon, 6 Aug 2018 04:19:55 -0700 From: Codrin Ciubotariu To: , , Subject: [PATCH v7 0/3] ARM: dts: at91: sama5d2: Add nodes for I2S Date: Mon, 6 Aug 2018 14:19:45 +0300 Message-ID: <20180806111948.4522-1-codrin.ciubotariu@microchip.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180806_042016_835828_6E29854E X-CRM114-Status: UNSURE ( 6.98 ) X-CRM114-Notice: Please train this message. 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: devicetree@vger.kernel.org, Cristian.Birsan@microchip.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP These are the remaining dts patches from the series: [PATCH v5 0/5] ASoC: add driver for Atmel I2S controller v6 -> v7 - addressed some comments regarding pin conflicts; v5 -> v6 - removed unnecessary phandles to audio PLL clock from the I2S nodes; - using assigned clocks to set gclk as parent of i2smuxclk; Codrin Ciubotariu (1): ARM: dts: at91: sama5d2: add I2S clock muxing nodes Cyrille Pitchen (2): ARM: dts: at91: sama5d2: add nodes for I2S controllers ARM: dts: at91: sama5d2 Xplained: add pin muxing for I2S arch/arm/boot/dts/at91-sama5d2_xplained.dts | 30 +++++++++++ arch/arm/boot/dts/sama5d2.dtsi | 56 +++++++++++++++++++++ 2 files changed, 86 insertions(+)