From patchwork Thu Jun 1 18:31:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 687871 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 29C92C7EE23 for ; Thu, 1 Jun 2023 18:32:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232798AbjFAScO (ORCPT ); Thu, 1 Jun 2023 14:32:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232319AbjFAScI (ORCPT ); Thu, 1 Jun 2023 14:32:08 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9306D1A4; Thu, 1 Jun 2023 11:32:05 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 351IVrAt014490; Thu, 1 Jun 2023 13:31:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1685644313; bh=2VUuyHFSKVTgqy5FS7onxI5CWMUgHFfocdfhtBzQ7BE=; h=From:To:CC:Subject:Date; b=c/n1m+SxGXSsaMARfFlKuig1uttIs4ls9haB+ZTHI5CO/eul6unJ3g967wdPyDWDp LyqQZcvfBPdAfPgkaIJsMzDt9jv3JyEYxz+U3B8Gj3lcy7q6nKYsjPaESPEXM/7FxD MX8oiE6fc9cvba+gQMVOgw/t/DE+/EhdXBBb0rQI= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 351IVrVR069833 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 1 Jun 2023 13:31:53 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 1 Jun 2023 13:31:53 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE113.ent.ti.com (10.64.6.34) 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; Thu, 1 Jun 2023 13:31:53 -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 351IVrOP002963; Thu, 1 Jun 2023 13:31:53 -0500 From: Nishanth Menon To: Conor Dooley , Krzysztof Kozlowski , Rob Herring , Tero Kristo , Vignesh Raghavendra CC: , , , Nishanth Menon , Udit Kumar , Neha Malcom Francis Subject: [PATCH 0/9] arm64: dts: ti: k3-j721e-*: Fix up pinmux and aliases Date: Thu, 1 Jun 2023 13:31:42 -0500 Message-ID: <20230601183151.1000157-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 cleansup k3-j721e platforms for pinmuxes and aliases. Provide complete description of uart and i2c instead of piggy-backing on bootloader configurations, ensure board detection eeproms are defined, aliases be defined in the board files as well. Many of these changes were maintained in u-boot tree, and this moves those orphan changes to the super set definition in kernel. Sample bootlog: j721e-common-proc-board in idk-gw configuration: https://gist.github.com/nmenon/65fee02cb7a5207ac0d078f6abac6b6e Nishanth Menon (9): arm64: dts: ti: k3-j721e-sk: Add missing uart pinmuxes arm64: dts: ti: k3-j721e-sk: Enable wakeup_i2c0 and eeprom arm64: dts: ti: j721e-som/common-proc-board: Add product links arm64: dts: ti: j721e-common-proc-board: Add uart pinmux arm64: dts: ti: k3-j721e-som-p0: Enable wakeup_i2c0 and eeprom arm64: dts: ti: k3-j721e-beagleboneai64: Add wakeup_uart pinmux arm64: dts: ti: k3-j721e-sk: Define aliases at board level arm64: dts: ti: k3-j721e-common-proc-board: Define aliases at board level arm64: dts: ti: k3-j721e: Drop SoC level aliases .../boot/dts/ti/k3-j721e-beagleboneai64.dts | 9 +++ .../dts/ti/k3-j721e-common-proc-board.dts | 76 ++++++++++++++++++- arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 53 ++++++++++++- arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi | 15 ++++ arch/arm64/boot/dts/ti/k3-j721e.dtsi | 19 ----- 5 files changed, 147 insertions(+), 25 deletions(-)