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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3683C38142 for ; Mon, 23 Jan 2023 17:40:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231925AbjAWRk2 (ORCPT ); Mon, 23 Jan 2023 12:40:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50824 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232032AbjAWRk1 (ORCPT ); Mon, 23 Jan 2023 12:40:27 -0500 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ED60229423; Mon, 23 Jan 2023 09:40:23 -0800 (PST) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 30NHeBIh003751; Mon, 23 Jan 2023 11:40:11 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1674495611; bh=sehj8PPhKP8iCZukopJOwhDBK6WdADlL1otDbYsZdzo=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=wemGoECxpv7xvHjez//xYEtRzNtCGkJhpZYRFhCJYoh9PUJzI9BZJ45Q1tD279Mfw OdiEg3qoNOoXa84/FdLrszMakbM2d5Ignol6H753YJ/A8axgX3Xr1D1y4fSSM+3gyA skG2k6vgJPKHlnHjeiptbj5Hu1t8dyHJQS9bPIGw= Received: from DLEE109.ent.ti.com (dlee109.ent.ti.com [157.170.170.41]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 30NHeBNa003327 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 23 Jan 2023 11:40:11 -0600 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Mon, 23 Jan 2023 11:40:11 -0600 Received: from fllv0039.itg.ti.com (10.64.41.19) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16 via Frontend Transport; Mon, 23 Jan 2023 11:40:11 -0600 Received: from uda0132425.dhcp.ti.com (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 30NHe7gx122259; Mon, 23 Jan 2023 11:40:08 -0600 From: Vignesh Raghavendra To: Nishanth Menon , Tero Kristo , Sinthu Raja , Rob Herring CC: Vignesh Raghavendra , , , Sinthu Raja , Krzysztof Kozlowski , Subject: Re: [PATCH V5 0/3] AM68 SK: Add initial support Date: Mon, 23 Jan 2023 23:09:57 +0530 Message-ID: <167449552974.2854311.9918348404128839408.b4-ty@ti.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230116071446.28867-1-sinthu.raja@ti.com> References: <20230116071446.28867-1-sinthu.raja@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sinthu Raja, On Mon, 16 Jan 2023 12:44:43 +0530, Sinthu Raja wrote: > From: Sinthu Raja > > Hi All, > This series of patches add support for AM68 Starter kit(SK). AM68 SK > is a low cost, small form factor board designed for TI’s AM68 SoC. > > Refer below link to AM68 Technical Reference Manual for further details: > http://www.ti.com/lit/pdf/spruj28 > > [...] I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/3] dt-bindings: arm: ti: Add binding for AM68 SK commit: 73b1c4f5f53e531f75d4b65dec4784cf67e685f2 [2/3] arm64: dts: ti: Add initial support for AM68 SK System on Module commit: 2b6277b76d42cbb781c558ea982e23cd770dd363 [3/3] arm64: dts: ti: k3-am68-sk: Add support for AM68 SK base board commit: a266c180b398eab5030bdcf2d1bbdc62fb7fc9c1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git -- Vignesh