From patchwork Fri Jun 2 21:49:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 688846 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 689C7C7EE29 for ; Fri, 2 Jun 2023 21:49:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236452AbjFBVtr (ORCPT ); Fri, 2 Jun 2023 17:49:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236176AbjFBVtq (ORCPT ); Fri, 2 Jun 2023 17:49:46 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 786E41B5; Fri, 2 Jun 2023 14:49:45 -0700 (PDT) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 352LndS3103173; Fri, 2 Jun 2023 16:49:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1685742579; bh=8S6Iqe+Op3Uiritpg/PwnAgN4Wo32kgL/A2rpM+EmCg=; h=From:To:CC:Subject:Date; b=Z32x9dGnEfFInvQ7e+AeYO9k3oQzINqjtPdw45FP7OIEEn24sz6W2+coFx14X1cXG p7VKMUKiZczRULrEyUMsIoEvhXwa6mJCPnbNg1BevUafoKcUNJM5FAC63BT8Rxzgk0 90kKheU7h86VBwF7ZlWNE6lfeoZ0FDDTHX3YSg/M= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 352LndAd112435 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 2 Jun 2023 16:49:39 -0500 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 2 Jun 2023 16:49:38 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) 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.23 via Frontend Transport; Fri, 2 Jun 2023 16:49:38 -0500 Received: from localhost (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 352LncAp001297; Fri, 2 Jun 2023 16:49:38 -0500 From: Nishanth Menon To: Conor Dooley , Krzysztof Kozlowski , Rob Herring , Tero Kristo , Vignesh Raghavendra CC: , , , Nishanth Menon , Udit Kumar , Nitin Yadav , Neha Malcom Francis , Sinthu Raja , Thejasvi Konduru , Dasnavis Sabiya Subject: [PATCH 0/8] arm64: dts: ti: k3-j784s4/am69: Add uart, i2c, eeprom, misc Date: Fri, 2 Jun 2023 16:49:29 -0500 Message-ID: <20230602214937.2349545-1-nm@ti.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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(-) [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/ Reviewed-by: Udit Kumar