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 6316EC0015E for ; Thu, 3 Aug 2023 06:37:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233471AbjHCGhj (ORCPT ); Thu, 3 Aug 2023 02:37:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233444AbjHCGhh (ORCPT ); Thu, 3 Aug 2023 02:37:37 -0400 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EA9BE7D; Wed, 2 Aug 2023 23:37:31 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 3736bHYX037654; Thu, 3 Aug 2023 01:37:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1691044637; bh=XTJHQTX9oTSDJbXWxKq+IbGES7RZW2UA3rcyNMb1hcg=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=JfEFqPGHU+OY6XH0IdXjOlFc2FZkb1PfC83BfNbNS6BvsFpW2prjqxCM1FUighTra dXUls1oQFlZ2Njz9urTbUDX9vjNs8tsaqNaiHjSttX5KLV+50aC/7KrvSmzxD9cCFN E34z8rODsezRpaAYEpXp+cEPjyUF5x7LYhYrDgJc= Received: from DFLE105.ent.ti.com (dfle105.ent.ti.com [10.64.6.26]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 3736bHBK129550 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 3 Aug 2023 01:37:17 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE105.ent.ti.com (10.64.6.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 3 Aug 2023 01:37:16 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) 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.2507.23 via Frontend Transport; Thu, 3 Aug 2023 01:37:16 -0500 Received: from [10.249.128.142] (ileaxei01-snat.itg.ti.com [10.180.69.5]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 3736bBqQ014193; Thu, 3 Aug 2023 01:37:12 -0500 Message-ID: <0b7b6632-9c0c-2dd1-287a-bc1be72f9446@ti.com> Date: Thu, 3 Aug 2023 12:07:10 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [PATCH v3 6/8] arm64: dts: ti: k3-am625-beagleplay: Add DSS pinmux info Content-Language: en-US To: Nishanth Menon CC: Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Catalin Marinas , Conor Dooley , Devicetree List , Linux Kernel List , Linux ARM Kernel List , Tomi Valkeinen , Rahul T R , Devarsh Thakkar , Jai Luthra , Jayesh Choudhary References: <20230728173438.12995-1-a-bhatia1@ti.com> <20230728173438.12995-7-a-bhatia1@ti.com> <20230730163323.fp62ehguxz4u4s7l@manhole> From: Aradhya Bhatia In-Reply-To: <20230730163323.fp62ehguxz4u4s7l@manhole> 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: devicetree@vger.kernel.org On 30-Jul-23 22:03, Nishanth Menon wrote: > On 23:04-20230728, Aradhya Bhatia wrote: > [...] > >> +&dss { >> + pinctrl-names = "default"; >> + pinctrl-0 = <&dss0_pins_default &oldi0_pins_default>; > > Same - > pinctrl-0 = <&dss0_pins_default>, <&oldi0_pins_default>; Thanks! Will fix this for both the patches in next version! >> +}; >> -- >> 2.40.1 >> > Regards Aradhya