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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DA2B3EB64D0 for ; Tue, 13 Jun 2023 14:01:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=4Ez23LNMk5nVKIPlCgVCHoo4BpH6o4Z9CEeRmds/uZA=; b=ugoQDSckIR6aAA Kk0CPqnXQ8Fa1iXRdq4elP5afnM2QI+ziGT7dG5Eko7bVpNrowWVNJ0VG4aQgr+VnqhRF95R1dzhH C4ssVlGwFsgVOMUliIRmT31A3NomyQYFerTRhV5kaSbR2xC9AWyfGIbV1X96FT1giGJhTqYMWBaWf o2cN+JcEp0h3wLMIiacnzfxB2/nHGB/hs6aTe9XXJtgIY6QOFAsjIYyMulX8lijad10jlJs4TzPYi M8E0UL+bA0Dm8b880keYLdOhmdataUSLhnk8BBi5DR2/lcc1MgXgeCsXkcb7G7ZBXu/zujZ+aE6vB od6pFv91dSF8cYjuXKKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q94Zv-008G5D-2g; Tue, 13 Jun 2023 14:00:59 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q94Zo-008G4O-24 for linux-arm-kernel@lists.infradead.org; Tue, 13 Jun 2023 14:00:58 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 35DE0kCa029992; Tue, 13 Jun 2023 09:00:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1686664846; bh=AirbliOyuSWWs91uv2JHWAl9G1WVDzgNFAvtMfpXgwI=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=qznXiAORyfRiNMto8Cl3acHuWXX9qRJaF4Kn/3VIkhjIab7cEYiqX5EDF6DRhGT5l c/it0Ea00rrA8h4VyGilDH27+N/qfN9zDWJKcANxvy85lzrJbJmiOIWoZpqzFizP7Q J8gQnp1E+MMloP1WPb8kkApalUUwRzHqlFagv3HA= Received: from DFLE114.ent.ti.com (dfle114.ent.ti.com [10.64.6.35]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 35DE0kWg020812 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 13 Jun 2023 09:00:46 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Tue, 13 Jun 2023 09:00:46 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Tue, 13 Jun 2023 09:00:46 -0500 Received: from [10.249.141.75] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 35DE0fjc056318; Tue, 13 Jun 2023 09:00:42 -0500 Message-ID: Date: Tue, 13 Jun 2023 19:30:41 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: [PATCH 0/8] arm64: dts: ti: k3-j784s4/am69: Add uart, i2c, eeprom, misc Content-Language: en-US To: Nishanth Menon , Conor Dooley , Krzysztof Kozlowski , Rob Herring , Tero Kristo , Vignesh Raghavendra CC: , , , Nitin Yadav , Neha Malcom Francis , Sinthu Raja , Thejasvi Konduru , Dasnavis Sabiya References: <20230602214937.2349545-1-nm@ti.com> From: "Kumar, Udit" In-Reply-To: <20230602214937.2349545-1-nm@ti.com> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230613_070052_759095_825F55FD X-CRM114-Status: GOOD ( 10.13 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Thanks Nishanth On 6/3/2023 3:19 AM, Nishanth Menon wrote: > Hi, > > This series picks up from where [1] left off. After fixing the mux > regions, introduce the basic i2c, uarts, ethernet, and a few alias > fixups sprinkled along with it. > > This series also takes over [2] and rebased on top of [1] and my series. > > Test log: > > Dasnavis Sabiya (1): > arm64: dts: ti: k3-am69-sk: Add pinmux for RPi Header > > Nishanth Menon (7): > arm64: dts: ti: k3-j784s4-evm: Fix main_i2c0 alias > arm64: dts: ti: k3-j784s4-evm: Add mcu and wakeup uarts > arm64: dts: ti: k3-j784s4-evm: Enable wakeup_i2c0 and eeprom > arm64: dts: ti: k3-am69-sk: Fix main_i2c0 alias > arm64: dts: ti: k3-am69-sk: Enable mcu network port > arm64: dts: ti: k3-am69-sk: Add mcu and wakeup uarts > arm64: dts: ti: k3-am69-sk: Enable wakeup_i2c0 and eeprom > > arch/arm64/boot/dts/ti/k3-am69-sk.dts | 165 ++++++++++++++++++++++- > arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 56 +++++++- > 2 files changed, 219 insertions(+), 2 deletions(-) Reviewed-by: Udit Kumar > > [1] https://lore.kernel.org/linux-arm-kernel/20230503083143.32369-1-t-konduru@ti.com/ > [2] https://lore.kernel.org/linux-arm-kernel/20230316104743.482972-3-sabiya.d@ti.com/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel