From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 156321A596 for ; Mon, 9 Oct 2023 13:19:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="siAKZGFd" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83898C433C9; Mon, 9 Oct 2023 13:19:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696857555; bh=ztzncHnGPFaPWuZ166bpyDahB+29GvIXPBNg+KvQPI4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=siAKZGFd8OFJLn+c/32SwXUR4Hx8Pajh6djGm1/bF939ysjVWnK3Z64idYws56B16 5upm0yFH4ohdS28CRPO9cg6yh5hvd8XCdMITblPEl5dyHpEufcXt0xWLyJTSE+omGW lM5Jg0lDgS1brK97Js84L14ovV2QoTVIRLVyXYG3a1esYYyp3J0YATYiOyZDWhco/Z YkQlR4bTHoPUTUUrW8gXrzg7XoL5bcSXLjjJu1rb5r5jFS8qmIWObUEfXbWMiBymBJ ngajVolOQOYMmbtuQJyjlvMzXTNB7UN3xDVGic0it4NOm9J4f0QWwLPnFMKni0L7Tj 1UrvUTVgd3q1A== Date: Mon, 9 Oct 2023 21:18:56 +0800 From: Shawn Guo To: Yannic Moog Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Li Yang , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, upstream@lists.phytec.de, Conor Dooley Subject: Re: [PATCH v2 0/2] Add support for the phyGATE-Tauri-L IoT Gateway Message-ID: <20231009131856.GB733979@dragon> References: <20230925-tauri_upstream_support-v2-0-62a6dfc48e31@phytec.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: <20230925-tauri_upstream_support-v2-0-62a6dfc48e31@phytec.de> On Mon, Sep 25, 2023 at 09:25:17AM +0200, Yannic Moog wrote: > The phyGATE-Tauri-L is a SBC that uses the phyCORE-i.MX8MM SoM, but has > a different carrier board. > This series adds support for the board and most of its interfaces. > Notably, RS485 support is missing. > > Signed-off-by: Yannic Moog > --- > Changes in v2: > - change license of tauri devicetree file. > - fix devicetree style issues, no functional change > > --- > Yannic Moog (2): > dt-bindings: arm: fsl: add phyGATE-Tauri-L board > arm64: dts: freescale: add phyGATE-Tauri i.MX 8M Mini Support Applied both, thanks!