From mboxrd@z Thu Jan 1 00:00:00 1970 From: Codrin Ciubotariu Subject: [PATCH 0/2] ASoC: atmel-i2s: Remove unnecessary audio PLL clock Date: Tue, 3 Jul 2018 17:56:29 +0300 Message-ID: <20180703145631.15246-1-codrin.ciubotariu@microchip.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, alsa-devel@alsa-project.org, alexandre.belloni@bootlin.com, nicolas.ferre@microchip.com, robh+dt@kernel.org, broonie@kernel.org, quentin.schulz@bootlin.com Cc: Cristian.Birsan@microchip.com List-Id: devicetree@vger.kernel.org Thanks to Quentin Schulz's patch: commit 1a1a36d72e3d ("clk: at91: clk-generated: make gclk determine audio_pll rate") the generated clock (gclk) itself is able to configure the audio PLL clock (aclk). For this reason, the I2S driver no longer needs to set aclk, but only gclk. This patchet removes all references to the audio PLL clock from the driver and updates the driver's bindings. Codrin Ciubotariu (2): ASoC: atmel-i2s: Remove unnecessary audio PLL clock (aclk) ASoC: atmel-i2s: dt-bindings: Remove unnecessary phandle to aclk .../devicetree/bindings/sound/atmel-i2s.txt | 11 ++--- sound/soc/atmel/atmel-i2s.c | 46 +++---------------- 2 files changed, 12 insertions(+), 45 deletions(-) -- 2.17.1