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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 16845C77B7E for ; Sat, 27 May 2023 12:33:14 +0000 (UTC) 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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=m3miLUtP5lBSBFcFinzR1Bxg4+1gtwAOEFl9MXTir+s=; b=mtaw+iNcP9rvkd X6ZOj/XQi6gew7tyK2RnZYC5wSRLYjflmdQDuWc+tQ52WzwJHxost0xY3BCVK08UnVGmUFIJgrGGd qn7VFNmbLfyk7QVKakRYg8TYj+EqTkO0FhjhQofNLW4Q3c6mPtvddC1oUhuA+Df1XNFTvMTamPoCf Tws6Y9LQiopzY6vPoNr5BbkQU7Z1zbVFqUqrHqgZ94oqzhPX71PvRd6GlUeDCzHmn1S+89vtXCPA0 TkJn7KWOft9ShXN7Ti4lYHfaMwWDDvWB6kf9fHc0LdGDcLR78+UEOxDEnThzGyvYDpB0dn8ndlpv3 WzvPE8EwNUmPg2hApjVQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q2t6F-005iLf-2e; Sat, 27 May 2023 12:32:47 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q2t6C-005iKY-0z for linux-arm-kernel@lists.infradead.org; Sat, 27 May 2023 12:32:45 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AE32660BB1; Sat, 27 May 2023 12:32:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B8E4C433D2; Sat, 27 May 2023 12:32:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685190763; bh=k53h9mOVcjFm3tFTg03/p1aeDvR4fzTEE2ku4cPFeHo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LlsVX14e2T2IKMSZk8c+Iq/IVscFUPjlKZr1Il0NGAcTluQUcCYXaoeYbew9KHq1v X1IGzuG8NTBrGQC71K0+xHiH5/Uv8XBEhxkXWeRS/zx346Vxwfmi5XJaeDNgWAWnOZ giGsVscqG14Z5p95CG7VhctDflj8INqDMDZo63l4vuAHMrx/Ijaz9BlsULJIcZE2yz pcGU4k87eXTPECvZ4lwc/lExV9yByIU6fycFW0hJvmroSu00L10vOWjoR+pDyyzKeT K38U0E5KZnzZmTwlMNj8l9yp/XensfzQxIcXagf6Xu9bY8ydrXWulLZsHDu7mZQhUx da3R65XZ8V4BQ== Date: Sat, 27 May 2023 20:32:31 +0800 From: Shawn Guo To: Adam Ford Cc: linux-arm-kernel@lists.infradead.org, aford@beaconembedded.com, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] arm64: dts: imx8mn-beacon: Migrate sound card to simple-audio-card Message-ID: <20230527123231.GS528183@dragon> References: <20230521231055.167351-1-aford173@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230521231055.167351-1-aford173@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230527_053244_433861_FBAB1206 X-CRM114-Status: GOOD ( 15.88 ) 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: , 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 Sun, May 21, 2023 at 06:10:54PM -0500, Adam Ford wrote: > Instead of using a custom glue layer connecting the wm8962 CODEC > to the SAI3 sound-dai, migrate the sound card to simple-audio-card. > > Signed-off-by: Adam Ford Can you double check both patches? The changes do not seem to match subject and commit log. Shawn > > diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi > index bd84db550053..8be8f090e8b8 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi > @@ -1069,13 +1069,6 @@ lcdif: lcdif@32e00000 { > <&clk IMX8MN_CLK_DISP_APB_ROOT>, > <&clk IMX8MN_CLK_DISP_AXI_ROOT>; > clock-names = "pix", "axi", "disp_axi"; > - assigned-clocks = <&clk IMX8MN_CLK_DISP_PIXEL_ROOT>, > - <&clk IMX8MN_CLK_DISP_AXI>, > - <&clk IMX8MN_CLK_DISP_APB>; > - assigned-clock-parents = <&clk IMX8MN_CLK_DISP_PIXEL>, > - <&clk IMX8MN_SYS_PLL2_1000M>, > - <&clk IMX8MN_SYS_PLL1_800M>; > - assigned-clock-rates = <594000000>, <500000000>, <200000000>; > interrupts = ; > power-domains = <&disp_blk_ctrl IMX8MN_DISPBLK_PD_LCDIF>; > status = "disabled"; > @@ -1093,12 +1086,6 @@ mipi_dsi: dsi@32e10000 { > clocks = <&clk IMX8MN_CLK_DSI_CORE>, > <&clk IMX8MN_CLK_DSI_PHY_REF>; > clock-names = "bus_clk", "sclk_mipi"; > - assigned-clocks = <&clk IMX8MN_CLK_DSI_CORE>, > - <&clk IMX8MN_CLK_DSI_PHY_REF>; > - assigned-clock-parents = <&clk IMX8MN_SYS_PLL1_266M>, > - <&clk IMX8MN_CLK_24M>; > - assigned-clock-rates = <266000000>, <24000000>; > - samsung,pll-clock-frequency = <24000000>; > interrupts = ; > power-domains = <&disp_blk_ctrl IMX8MN_DISPBLK_PD_MIPI_DSI>; > status = "disabled"; > @@ -1142,6 +1129,21 @@ disp_blk_ctrl: blk-ctrl@32e28000 { > "lcdif-axi", "lcdif-apb", "lcdif-pix", > "dsi-pclk", "dsi-ref", > "csi-aclk", "csi-pclk"; > + assigned-clocks = <&clk IMX8MN_CLK_DSI_CORE>, > + <&clk IMX8MN_CLK_DSI_PHY_REF>, > + <&clk IMX8MN_CLK_DISP_PIXEL>, > + <&clk IMX8MN_CLK_DISP_AXI>, > + <&clk IMX8MN_CLK_DISP_APB>; > + assigned-clock-parents = <&clk IMX8MN_SYS_PLL1_266M>, > + <&clk IMX8MN_CLK_24M>, > + <&clk IMX8MN_VIDEO_PLL1_OUT>, > + <&clk IMX8MN_SYS_PLL2_1000M>, > + <&clk IMX8MN_SYS_PLL1_800M>; > + assigned-clock-rates = <266000000>, > + <24000000>, > + <594000000>, > + <500000000>, > + <200000000>; > #power-domain-cells = <1>; > }; > > -- > 2.39.2 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel