From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.15]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 8F7BF1E493 for ; Fri, 18 Oct 2024 02:38:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729219086; cv=none; b=eZao4LwxIGx7WHoqDLSb5ih5YtkOtLuf/MbW7ckF5DEmAJa+S1BkCK6/6NtKst/j6j5G31xTLkr0BhvoLO+OTW3xMQD3X03coJ3/YZx/nilaB5qUoNcxAsTWRZ7akm5rzPXB8X6HDKBMz1bTosEdphmHVrYpoDe8BgGcs0adaqE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729219086; c=relaxed/simple; bh=heaQKw11hc5qaB2d2vqyU7RbGjHobJf5uqsQOlVXllw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pEOl8QuU2hkdaDHc9TyYji0P+BfHkn0oAQbU5jL71oJIFAH7XWToGyORn//5FkrALN8Uf0ZjbtBMHSuuMhBxIj0FaKrA7bgvpCrrfmOtVWKINOAcoKNgXLJ/JuMajGYEklF9vHDam5/bQiOYo7ucFUEhPjBbHeSh5QOnTx1o+RM= 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=fjQ+gT1U; arc=none smtp.client-ip=1.95.21.15 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="fjQ+gT1U" 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=Xnef9Z8LbbSH2/K9Am5e8TSqtnTg+6+pGRuUnrHcKbk=; b=fjQ+gT1UUHHU+hdBfTMI94/sMuW3Dye9R0hpeaCvKPMGWH+q5CWjfiHGBSjGk/ bYbkDjzB11mBpcjn5hkLX8ReDMxGC8qI1iJCxae9SpRsavxE95pMbaqIB3+WS2Gw DtXCCMUCGhlGeYKIYP9j+XxmpEfyXftKgVAVJ52Gy1TgU= Received: from dragon (unknown []) by gzsmtp3 (Coremail) with SMTP id M88vCgBHFPfAyRFnNG0_AA--.1855S3; Fri, 18 Oct 2024 10:36:50 +0800 (CST) Date: Fri, 18 Oct 2024 10:36:47 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, kernel@dh-electronics.com, Alexander Stein , Conor Dooley , Fabio Estevam , Gregor Herburger , Hiago De Franco , Hugo Villeneuve , Joao Paulo Goncalves , Krzysztof Kozlowski , Mathieu Othacehe , Max Merchel , Michael Walle , Peng Fan , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , Shawn Guo , devicetree@vger.kernel.org, imx@lists.linux.dev Subject: Re: [PATCH v2 1/2] dt-bindings: arm: fsl: Document DH i.MX8MP DHCOM SoM on DRC02 carrier board Message-ID: References: <20240925160343.84388-1-marex@denx.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: <20240925160343.84388-1-marex@denx.de> X-CM-TRANSID:M88vCgBHFPfAyRFnNG0_AA--.1855S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUsRRRDUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCRx7ZWcQ0mcYuAABso On Wed, Sep 25, 2024 at 06:03:07PM +0200, Marek Vasut wrote: > Document support for DH electronics i.MX8MP DHCOM SoM on DRC02 carrier board. > This system is populated with two ethernet ports, two CANs, RS485 and RS232, > USB, capacitive buttons and an OLED display. > > Signed-off-by: Marek Vasut Applied both, thanks!