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 C88BFC27C50 for ; Mon, 3 Jun 2024 01:18:04 +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=KefyUKXyTJhpGwR8yBaF/afR+Vfab9NQjelwWt0gzcM=; b=KEZzArJ14+XFjX QOP/qRCHACHIL7KNbNsQl6hVqvkNzRTiNI8RJd4UP1FuiWSAdqT5NSn5WWnPCHq+5uBopqFn0ff1I aULV+IeOdr/y5ulrcjgRpjXBUMBWzeGunLawCzjE7WVbodxZWybXbUAfQQuL41M2JrrrM1Lul11Rn k+Lz1HYAKPM+LSGpgSZKVe/Ccj8AVdvyp8se+6r+9B33WZLTlArMt6FNgwP1EViKGEfFyDfUp7tS+ v+oQJNf3dtvnd5f6eMT5UFCaRkLWSR2kOyVNQ1IP1dYks/j/6PJNG9ZGejHCCXr1W4BzZZatle2G2 Q1faDKD62wwzBsVVCiUw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sDwKi-0000000FGGT-0mif; Mon, 03 Jun 2024 01:17:56 +0000 Received: from mail-177131.yeah.net ([123.58.177.131]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sDwKe-0000000FGFN-2OsG for linux-arm-kernel@lists.infradead.org; Mon, 03 Jun 2024 01:17:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=xrJiZlAlmYcBGPxqQv9LykizLa+iFRwH8KrHphmB6MI=; b=NRYdGkuqjaWPyIRJVMkQNeDmqmpsbU8vazsU5Iy+EG7siwnZTF0TO7MR7uJGh6 JRrb75xMb7w0sxnwL7rOchYBEPOfwXcyCI1AYa2i5mJT5g58ebXzgrom9xv16coL C/JaIberJQserxJULrLJeXQNE3QKPHRYISfhtrSbvPm/M= Received: from dragon (unknown [114.216.76.201]) by smtp1 (Coremail) with SMTP id ClUQrADnLyGXGV1mE4swBw--.17923S3; Mon, 03 Jun 2024 09:17:12 +0800 (CST) Date: Mon, 3 Jun 2024 09:17:11 +0800 From: Shawn Guo To: Frank Li Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 00/10] arm64: dts: imx8qm Add audio\flexcan\i2c\fec1 nodes for imx8qm-mek board Message-ID: References: <20240425-dts_8qm_audio-v4-0-7fa6ab2fd64e@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240425-dts_8qm_audio-v4-0-7fa6ab2fd64e@nxp.com> X-CM-TRANSID: ClUQrADnLyGXGV1mE4swBw--.17923S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUU8529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU7iSdDUUUU X-Originating-IP: [114.216.76.201] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiGBjyZV6Nn2D6OgAAs7 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240602_181753_007397_B2F663B8 X-CRM114-Status: UNSURE ( 7.45 ) X-CRM114-Notice: Please train this message. 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 Thu, Apr 25, 2024 at 04:24:36PM -0400, Frank Li wrote: > Frank Li (10): > arm64: dts: imx8-ss-audio: remove memory-region = <&dsp_reserved>; > arm64: dts: imx8qm-ss-audio: add audio nodes > arm64: dts: imx8qm-mek: add sai and wm8960 support > arm64: dts: imx8x: add cm41 subsystem dtsi > arm64: dts: imx8qm-mek: add i2c0 and children devices > arm64: dts: imx8qm-mek: add cm41_i2c and children devices > arm64: dts: imx8qm-mek: add flexcan support > arm64: dts: imx8qm-mek: add lsio mu5 and mu6 > arm64: dts: imx8qm: add ocopt and fec_mac[0,1] > arm64: dts: imx8qm-mek: add fec2 support Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel