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 2F54EC6FD1D for ; Tue, 14 Mar 2023 10:43:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229505AbjCNKmf (ORCPT ); Tue, 14 Mar 2023 06:42:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229704AbjCNKm3 (ORCPT ); Tue, 14 Mar 2023 06:42:29 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 107F164B21; Tue, 14 Mar 2023 03:41:55 -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 32EAexsR037441; Tue, 14 Mar 2023 05:40:59 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1678790459; bh=a65LC1JCHPT1hW8zWQ4Ug2LDAeWiASdV0fNhBIhchIE=; h=From:To:CC:Subject:Date; b=IieEhAX0sjWAFkE/2XQwTHk/wAYBYl+AGq/NZNtu9ygn01rk7CVBOy8iptdXghScU ILHW9wLgAOflsmv81xfoERZRNZBG/Xzg2JNnFoyDoCsTho0P4O56ufGwRy6iXtqM9w wV9JDCU7R+EyyKvWko8gTEGYMwJrq5073Ssajo2U= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 32EAexqq024480 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 14 Mar 2023 05:40:59 -0500 Received: from DFLE107.ent.ti.com (10.64.6.28) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Tue, 14 Mar 2023 05:40:58 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE107.ent.ti.com (10.64.6.28) 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; Tue, 14 Mar 2023 05:40:59 -0500 Received: from uda0492258.dhcp.ti.com (ileaxei01-snat.itg.ti.com [10.180.69.5]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 32EAetN2124205; Tue, 14 Mar 2023 05:40:56 -0500 From: Siddharth Vadapalli To: , , , , , CC: , , , , Subject: [PATCH 0/2] Enable MCU CPSW2G on J7AHP Date: Tue, 14 Mar 2023 16:10:53 +0530 Message-ID: <20230314104055.1475054-1-s-vadapalli@ti.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, This series adds missing device id property in mcu_navss device-tree node. Also, the device-tree support for enabling MCU CPSW2G is added. --- NOTE: While this series does not depend on any other series for being, merged it depends on the following series for MCU CPSW2G functionality: 1. https://lore.kernel.org/r/20230314085500.10597-1-j-choudhary@ti.com/ 2. https://lore.kernel.org/r/20230308201513.116638-1-j-choudhary@ti.com/ Siddharth Vadapalli (2): arm64: dts: ti: k3-j784s4-mcu-wakeup: Add device id property for mcu_navss arm64: dts: ti: k3-j784s4-evm: Enable MCU CPSW2G arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 47 +++++++++++++++++++ .../boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 2 + 2 files changed, 49 insertions(+) -- 2.25.1