From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 55BA42D6E58; Mon, 27 Oct 2025 06:07:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761545264; cv=none; b=ONhZBgfslClnvj2xBT2+4YNDTb8930q7EC16XtPNzp0gJs5GYbUvjpyYi6mDz4FA4j29TsV56MA263QMSekR5I8lVNfUoTdmlQKEeNmY3ZXkfDvpi8c1kcKOf0SxhIZoLMz2NS00KWXOxRcwAC57OBx7Wfq48KqK66PK5WN4am8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761545264; c=relaxed/simple; bh=avkOs55f7P9lPmiFz2OLaiSF7OlFmzbNHKp1T2Jv8LA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=e9WbHG3oI7IcpbhXIncOLWjFxZpjUWiV7a3OYSHRp/Y/GsoE+k7XQL4uJFUYb6TUE8n5sZTgdAyfrZ4WNnH9E0ap+2pqM1u7TfyeAx/j5WG8JUGYddP0yjmR/Bs1kyDLXxahb4ZhFlsE+uP0hBZuY5bA+DiSMyLi72rZ3WmpW6c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=NUu4nwSv; arc=none smtp.client-ip=220.197.32.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="NUu4nwSv" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=SSnBpXFr6UaDyoCUOpqPlNQbbbgbwumFKZey7Ajea30=; b=NUu4nwSvx0K7ohAoRZemwdB0PwhVz2iSweBvNEbGOCpbKNqgmn+DKtm19AQwAQ do3KElpdwMi6IITro1AMmKKQG7d1B85lmvJ0/u005vFc1gtzJHDtWWcU+NEbcm6f EEnQ+eK5nzeZgk0DpYKmfFewg+U+AfQY9A0negkNE3vHY= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with UTF8SMTPSA id Mc8vCgCnr3jcC_9o9QE_AA--.49326S3; Mon, 27 Oct 2025 14:06:23 +0800 (CST) Date: Mon, 27 Oct 2025 14:06:20 +0800 From: Shawn Guo To: Jonas Rebmann Cc: Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liam Girdwood , Mark Brown , Shengjiu Wang , Shawn Guo , Sascha Hauer , Fabio Estevam , Pengutronix Kernel Team , Vladimir Oltean , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Peng Fan , David Jander , Lucas Stach , Oleksij Rempel Subject: Re: [PATCH v4 0/2] Mainline Protonic PRT8ML board Message-ID: References: <20251014-imx8mp-prt8ml-v4-0-88fed69b1af2@pengutronix.de> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251014-imx8mp-prt8ml-v4-0-88fed69b1af2@pengutronix.de> X-CM-TRANSID:Mc8vCgCnr3jcC_9o9QE_AA--.49326S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU8hL0UUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiNh8UeWj-C98t-AAA3W On Tue, Oct 14, 2025 at 03:09:30PM +0200, Jonas Rebmann wrote: > Jonas Rebmann (2): > dt-bindings: arm: fsl: Add Protonic PRT8ML > arm64: dts: add Protonic PRT8ML board Applied both, thanks!