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 3D90DC433EF for ; Fri, 22 Apr 2022 06:50:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1444536AbiDVGxP (ORCPT ); Fri, 22 Apr 2022 02:53:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1444534AbiDVGxK (ORCPT ); Fri, 22 Apr 2022 02:53:10 -0400 Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B2CCDF00; Thu, 21 Apr 2022 23:50:18 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23M6oChM099907; Fri, 22 Apr 2022 01:50:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1650610212; bh=8FCGL9ynSvblZzCZRtlK6aXMZQP3HoOBugc9soJ2zRg=; h=From:To:CC:Subject:Date; b=qwV8sqsX2ihy5Ggi9y+D3F4/SIqxrYgeEdf6DIBBO4/WgEVBV0ovFF1AsdxCWDBdy s7zI1jIVyp22xzpeJ4WxNvneEzvBm08Au5DkT6IBWRSGPn0VTPlH7EO13vY1YiooYR fIOoA+0qMAe9HlzuRJV31RZX4qMyfMECiuCEZdKk= Received: from DLEE112.ent.ti.com (dlee112.ent.ti.com [157.170.170.23]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23M6oBtY118474 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 22 Apr 2022 01:50:12 -0500 Received: from DLEE105.ent.ti.com (157.170.170.35) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 22 Apr 2022 01:50:10 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE105.ent.ti.com (157.170.170.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Fri, 22 Apr 2022 01:50:10 -0500 Received: from ula0132425.ent.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23M6o6O6127651; Fri, 22 Apr 2022 01:50:07 -0500 From: Vignesh Raghavendra To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring CC: Krzysztof Kozlowski , , , , Aswath Govindraju , Grygorii Strashko Subject: [PATCH v2 0/2] arm64: ti: k3-am62: Introduce DT nodes for basic peripherals Date: Fri, 22 Apr 2022 12:20:00 +0530 Message-ID: <20220422065002.387753-1-vigneshr@ti.com> X-Mailer: git-send-email 2.36.0 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: devicetree@vger.kernel.org Add nodes for McSPI, OSPI, MMC, DMA and CPSW ethernet switch v2: Add aliases for ethernet Collect Reviewed-by v1: lore.kernel.org/r/20220415131917.431137-1-vigneshr@ti.com Vignesh Raghavendra (2): arm64: dts: ti: k3-am62: Add more peripheral nodes arm64: dts: ti: k3-am625-sk: Enable on board peripherals arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 266 ++++++++++++++++++++++ arch/arm64/boot/dts/ti/k3-am62-mcu.dtsi | 20 ++ arch/arm64/boot/dts/ti/k3-am625-sk.dts | 273 +++++++++++++++++++++++ 3 files changed, 559 insertions(+) -- 2.36.0