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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D1311C6FA82 for ; Tue, 13 Sep 2022 06:57:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230193AbiIMG5g (ORCPT ); Tue, 13 Sep 2022 02:57:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53586 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbiIMG5e (ORCPT ); Tue, 13 Sep 2022 02:57:34 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83C081C91C; Mon, 12 Sep 2022 23:57:33 -0700 (PDT) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 28D6vMw2107882; Tue, 13 Sep 2022 01:57:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1663052242; bh=ghPSwh8yLq/NWzjzDD4mLMi0WTVtkeRcUYlzeZWnpH8=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=F4fmZ8C3BB1KpN/XJMRIDmBjJ83M6YlcMAXPgSGaY4bAXlOqpzyBPVOtsQyF3t4f1 G4Z+gmmeqg9ItXaMidhiPY9ubtjaisqkX4nUFEX1p6IqVUlEqisHM9sqWaDfE9TBnI xprwFH9xbxpXbWmipeKgB/68fNi21nBCuQY0ORTY= Received: from DLEE111.ent.ti.com (dlee111.ent.ti.com [157.170.170.22]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 28D6vMpB013241 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 13 Sep 2022 01:57:22 -0500 Received: from DLEE104.ent.ti.com (157.170.170.34) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.6; Tue, 13 Sep 2022 01:57:22 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) 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.6 via Frontend Transport; Tue, 13 Sep 2022 01:57:22 -0500 Received: from [172.24.145.199] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 28D6vIKR088119; Tue, 13 Sep 2022 01:57:19 -0500 Message-ID: Date: Tue, 13 Sep 2022 12:27:18 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v2 0/5] arm64: dts: ti: Add support for AM62A family of SoCs Content-Language: en-US To: Vignesh Raghavendra , Nishanth Menon , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Linus Walleij CC: , , , , Bryan Brattlof References: <20220901141328.899100-1-vigneshr@ti.com> From: Devarsh Thakkar In-Reply-To: <20220901141328.899100-1-vigneshr@ti.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/09/22 19:43, Vignesh Raghavendra wrote: > This series adds basic boot support for AM62A SoCs with UART, MMC/SD and > GPIO support on AM62A SK EVM > > Bootlog: https://gist.github.com/r-vignesh/4d88f53bb0489f1675fa78f993e95d3f > Tech Ref manual: https://www.ti.com/lit/zip/spruj16 > Schematics: https://www.ti.com/lit/zip/sprr459 > Tested-By: Devarsh Thakkar Boot logs: https://gist.github.com/devarsht/f7f95e77d8019bdf7ce7265a20ea64a4