Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751670AbbGMHTi (ORCPT ); Mon, 13 Jul 2015 03:19:38 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:53234 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751096AbbGMHTf (ORCPT ); Mon, 13 Jul 2015 03:19:35 -0400 X-Listener-Flag: 11101 Message-ID: <1436771969.15768.6.camel@mtksdaap41> Subject: Re: [PATCH v2] arm64: dts: mt8173: Add afe device node From: Koro Chen To: Daniel Kurtz CC: Matthias Brugger , srv_heupstream , , "Sascha Hauer" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , , "open list:OPEN FIRMWARE AND..." Date: Mon, 13 Jul 2015 15:19:29 +0800 In-Reply-To: References: <1436412725-55129-1-git-send-email-koro.chen@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4045 Lines: 93 On Thu, 2015-07-09 at 18:45 +0800, Daniel Kurtz wrote: > On Thu, Jul 9, 2015 at 11:32 AM, Koro Chen wrote: > > This adds afe (audio front end) device node to the MT8173 dtsi file. > > > > Signed-off-by: Koro Chen > > Reviewed-by: Daniel Kurtz > > I believe this patch depends on the fix in: > https://patchwork.kernel.org/patch/6752521/ > > If so, I think it would have been better to upload them together and > mention the dependency in the cover letter. > However, now that they are both on the list, we just need to ensure > they are merged together. The above patch was already merged, so now it is OK to merge this one (If there is no problem for this patch, of course) > > -Dan > > > > --- > > This patch is based on Matthias's tree: > > https://github.com/mbgg/linux-mediatek > > branch: v4.2-next/arm64 > > > > Changes since v1: > > - change node name to afe: audio-controller@11220000 > > --- > > arch/arm64/boot/dts/mediatek/mt8173.dtsi | 32 ++++++++++++++++++++++++++++++++ > > 1 file changed, 32 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > index 0696f8f..ce9255a 100644 > > --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi > > @@ -14,6 +14,7 @@ > > #include > > #include > > #include > > +#include > > #include > > #include "mt8173-pinfunc.h" > > > > @@ -393,6 +394,37 @@ > > #size-cells = <0>; > > status = "disabled"; > > }; > > + > > + afe: audio-controller@11220000 { > > + compatible = "mediatek,mt8173-afe-pcm"; > > + reg = <0 0x11220000 0 0x1000>; > > + interrupts = ; > > + power-domains = <&scpsys MT8173_POWER_DOMAIN_AUDIO>; > > + clocks = <&infracfg CLK_INFRA_AUDIO>, > > + <&topckgen CLK_TOP_AUDIO_SEL>, > > + <&topckgen CLK_TOP_AUD_INTBUS_SEL>, > > + <&topckgen CLK_TOP_APLL1_DIV0>, > > + <&topckgen CLK_TOP_APLL2_DIV0>, > > + <&topckgen CLK_TOP_I2S0_M_SEL>, > > + <&topckgen CLK_TOP_I2S1_M_SEL>, > > + <&topckgen CLK_TOP_I2S2_M_SEL>, > > + <&topckgen CLK_TOP_I2S3_M_SEL>, > > + <&topckgen CLK_TOP_I2S3_B_SEL>; > > + clock-names = "infra_sys_audio_clk", > > + "top_pdn_audio", > > + "top_pdn_aud_intbus", > > + "bck0", > > + "bck1", > > + "i2s0_m", > > + "i2s1_m", > > + "i2s2_m", > > + "i2s3_m", > > + "i2s3_b"; > > + assigned-clocks = <&topckgen CLK_TOP_AUD_1_SEL>, > > + <&topckgen CLK_TOP_AUD_2_SEL>; > > + assigned-clock-parents = <&topckgen CLK_TOP_APLL1>, > > + <&topckgen CLK_TOP_APLL2>; > > + }; > > }; > > }; > > > > -- > > 1.8.1.1.dirty > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/