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 50438C433F5 for ; Fri, 15 Apr 2022 13:19:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350647AbiDONWG (ORCPT ); Fri, 15 Apr 2022 09:22:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241910AbiDONWD (ORCPT ); Fri, 15 Apr 2022 09:22:03 -0400 Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2047B13F2C; Fri, 15 Apr 2022 06:19:34 -0700 (PDT) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23FDJMFj087908; Fri, 15 Apr 2022 08:19:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1650028762; bh=o0uc7gs6VS4waSoLVDupuVU4vfBt5ZmnYZx8J6ojtC4=; h=From:To:CC:Subject:Date; b=iIj5Kh7wDlip2U5wUPISW4+kysh44xHUbWeVPx1owNyzCbHj6P9jbnp+P+xwbk0XN mA5XKhohGwPGUxZux68L0UHVEqiKg7dEfXpcBKu3IKZ4EVH/WWF3HjWx+ytHjym5t+ T/KLluNkDoesiIB9RqTXv/SSdav6ALdYRTqP3aE0= Received: from DFLE111.ent.ti.com (dfle111.ent.ti.com [10.64.6.32]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23FDJMAu011876 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 15 Apr 2022 08:19:22 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) 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.2308.14; Fri, 15 Apr 2022 08:19:22 -0500 Received: from fllv0039.itg.ti.com (10.64.41.19) 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.2308.14 via Frontend Transport; Fri, 15 Apr 2022 08:19:22 -0500 Received: from ula0132425.ent.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0039.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23FDJIk8104572; Fri, 15 Apr 2022 08:19:19 -0500 From: Vignesh Raghavendra To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring CC: Krzysztof Kozlowski , , , , Aswath Govindraju , Grygorii Strashko Subject: [PATCH 0/2] arm64: ti: k3-am62: Introduce DT nodes for basic peripherals Date: Fri, 15 Apr 2022 18:49:15 +0530 Message-ID: <20220415131917.431137-1-vigneshr@ti.com> X-Mailer: git-send-email 2.35.3 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 eth switch Bootlog:https://gist.github.com/r-vignesh/b2fb23da7c589394f56ce08fd00a155b 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 | 271 +++++++++++++++++++++++ 3 files changed, 557 insertions(+) -- 2.35.3