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 69D23C433FE for ; Fri, 22 Apr 2022 06:21:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1444289AbiDVGY2 (ORCPT ); Fri, 22 Apr 2022 02:24:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1444183AbiDVGY0 (ORCPT ); Fri, 22 Apr 2022 02:24:26 -0400 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2AD62CE09; Thu, 21 Apr 2022 23:21:34 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23M6LQpX051143; Fri, 22 Apr 2022 01:21:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1650608486; bh=A24qXtg6ENxZu5Qu9i6NW5x6WgjCcKsBzjH9iSfdUeI=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=lZG8Gv2M7D0mXezgUnU1xF8HZbWhYZoOQ+Z7tFpnfA/Vdjsb0GL7LysvZoMN8+jmM w22qAfPq9411lBCsA6oJJXyUL1t6VmIfZy5Km1tn2AtpEFN61HCL7t/OMGJt2Iu0HE R1ghYiBZm6Ty00zwLjL8Bs2awBrZHFfctvM1Y1Yc= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23M6LQnD005906 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 22 Apr 2022 01:21:26 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE109.ent.ti.com (10.64.6.30) 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:21:26 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE104.ent.ti.com (10.64.6.25) 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:21:26 -0500 Received: from [10.250.235.115] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23M6LMVo029852; Fri, 22 Apr 2022 01:21:23 -0500 Message-ID: <85619322-c014-ea58-9ede-473b31b174f1@ti.com> Date: Fri, 22 Apr 2022 11:51:22 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH 2/2] arm64: dts: ti: k3-am625-sk: Enable on board peripherals Content-Language: en-US To: Nishanth Menon , Tero Kristo , Rob Herring CC: Krzysztof Kozlowski , , , , Aswath Govindraju , Grygorii Strashko References: <20220415131917.431137-1-vigneshr@ti.com> <20220415131917.431137-3-vigneshr@ti.com> From: Vignesh Raghavendra In-Reply-To: <20220415131917.431137-3-vigneshr@ti.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15/04/22 6:49 pm, Vignesh Raghavendra wrote: > Add nodes for I2C IO expander, OSPI Flash, Eth PHYs, SD and eMMC that > are present on AM625 SK board. > > Signed-off-by: Vignesh Raghavendra > --- > arch/arm64/boot/dts/ti/k3-am625-sk.dts | 271 +++++++++++++++++++++++++ > 1 file changed, 271 insertions(+) > > diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts > index 0de4113ccd5d..a0ea2cc66b31 100644 > --- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts > +++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts > @@ -9,6 +9,7 @@ > > #include > #include > +#include > #include "k3-am625.dtsi" > > / { > @@ -17,6 +18,10 @@ / { > > aliases { > serial2 = &main_uart0; > + mmc0 = &sdhci0; > + mmc1 = &sdhci1; > + mmc2 = &sdhci2; > + spi0 = &ospi0; Grygorii pointed out we are missing ethernet aliases: ethernet0 = &cpsw_port1; ethernet0 = &cpsw_port2; Will send v2 with this update. > }; > 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E8588C433EF for ; Fri, 22 Apr 2022 06:30:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tw6067VxUiE/IBmKCvihBeSbRCL3x38rd862TAaK1DQ=; b=FTPgxMKAfPsxt1 XMnIW+itNfiTx9IC+ZW2iXnu2CBCdtmHaF1XiUbQXI5iUOJlIBQWibjmq4/ijMlnr4s+WpoY9/VyL eh/lXr/xvO0e1TQiGEGiF1mcbX3lIlZ73ozN0bUBbDUrbr7ywVLM8t7kmIZopt/H9Ut9EZ7lxbsgh ed/GzeArS3lGSLKuYdrfNQyOXrU8dIhmFvM/fT29yWqfy5M44fojDrORX5KS/6DadKa2F2OZLKclF 2KrCGXfPMpSTFPWgqdfLhhP8q4kLJF7Avl0PS50BtfGIgQpRFHjLCm9EjeZcl8mN81LKYSXMWnbiI Wlmw/HuGQuv3727maoiA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhmmi-00GXuM-Oe; Fri, 22 Apr 2022 06:28:53 +0000 Received: from lelv0143.ext.ti.com ([198.47.23.248]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhmfc-00GUOk-Mq for linux-arm-kernel@lists.infradead.org; Fri, 22 Apr 2022 06:21:34 +0000 Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 23M6LQpX051143; Fri, 22 Apr 2022 01:21:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1650608486; bh=A24qXtg6ENxZu5Qu9i6NW5x6WgjCcKsBzjH9iSfdUeI=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=lZG8Gv2M7D0mXezgUnU1xF8HZbWhYZoOQ+Z7tFpnfA/Vdjsb0GL7LysvZoMN8+jmM w22qAfPq9411lBCsA6oJJXyUL1t6VmIfZy5Km1tn2AtpEFN61HCL7t/OMGJt2Iu0HE R1ghYiBZm6Ty00zwLjL8Bs2awBrZHFfctvM1Y1Yc= Received: from DFLE109.ent.ti.com (dfle109.ent.ti.com [10.64.6.30]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 23M6LQnD005906 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 22 Apr 2022 01:21:26 -0500 Received: from DFLE104.ent.ti.com (10.64.6.25) by DFLE109.ent.ti.com (10.64.6.30) 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:21:26 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE104.ent.ti.com (10.64.6.25) 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:21:26 -0500 Received: from [10.250.235.115] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 23M6LMVo029852; Fri, 22 Apr 2022 01:21:23 -0500 Message-ID: <85619322-c014-ea58-9ede-473b31b174f1@ti.com> Date: Fri, 22 Apr 2022 11:51:22 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH 2/2] arm64: dts: ti: k3-am625-sk: Enable on board peripherals Content-Language: en-US To: Nishanth Menon , Tero Kristo , Rob Herring CC: Krzysztof Kozlowski , , , , Aswath Govindraju , Grygorii Strashko References: <20220415131917.431137-1-vigneshr@ti.com> <20220415131917.431137-3-vigneshr@ti.com> From: Vignesh Raghavendra In-Reply-To: <20220415131917.431137-3-vigneshr@ti.com> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220421_232132_903905_DEEEEEEF X-CRM114-Status: GOOD ( 13.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 15/04/22 6:49 pm, Vignesh Raghavendra wrote: > Add nodes for I2C IO expander, OSPI Flash, Eth PHYs, SD and eMMC that > are present on AM625 SK board. > > Signed-off-by: Vignesh Raghavendra > --- > arch/arm64/boot/dts/ti/k3-am625-sk.dts | 271 +++++++++++++++++++++++++ > 1 file changed, 271 insertions(+) > > diff --git a/arch/arm64/boot/dts/ti/k3-am625-sk.dts b/arch/arm64/boot/dts/ti/k3-am625-sk.dts > index 0de4113ccd5d..a0ea2cc66b31 100644 > --- a/arch/arm64/boot/dts/ti/k3-am625-sk.dts > +++ b/arch/arm64/boot/dts/ti/k3-am625-sk.dts > @@ -9,6 +9,7 @@ > > #include > #include > +#include > #include "k3-am625.dtsi" > > / { > @@ -17,6 +18,10 @@ / { > > aliases { > serial2 = &main_uart0; > + mmc0 = &sdhci0; > + mmc1 = &sdhci1; > + mmc2 = &sdhci2; > + spi0 = &ospi0; Grygorii pointed out we are missing ethernet aliases: ethernet0 = &cpsw_port1; ethernet0 = &cpsw_port2; Will send v2 with this update. > }; > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel