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 27549C761A6 for ; Tue, 4 Apr 2023 07:09:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233728AbjDDHJW (ORCPT ); Tue, 4 Apr 2023 03:09:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233534AbjDDHJV (ORCPT ); Tue, 4 Apr 2023 03:09:21 -0400 Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9442A173E; Tue, 4 Apr 2023 00:09:20 -0700 (PDT) Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 33479EOR084287; Tue, 4 Apr 2023 02:09:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1680592154; bh=u4BCaB24TC2VyghbZUO5ivLzLfL5dKk788+RlcY+ciQ=; h=Date:CC:Subject:To:References:From:In-Reply-To; b=VjWIcV1//5z4FGyYxXX+b8curbhZwktatz2JF65IFru5v+Pqf5J3sTVMNS1F3lbDt ILRd6AKiggHL2HPnlY3cA+2tZiEKO8V4jsbB2HMAWB03GEltUYqQVcKCO0aL9U8LMa CGJJ9T+KksOD//0mz39KoDl+dSy0QIfzeUMW6aro= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 33479EWu129146 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 4 Apr 2023 02:09:14 -0500 Received: from DFLE115.ent.ti.com (10.64.6.36) by DFLE110.ent.ti.com (10.64.6.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.16; Tue, 4 Apr 2023 02:09:14 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DFLE115.ent.ti.com (10.64.6.36) 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, 4 Apr 2023 02:09:14 -0500 Received: from [172.24.145.61] (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id 33479Aq6017177; Tue, 4 Apr 2023 02:09:11 -0500 Message-ID: <357bb098-0c43-d4d6-8106-484492752e87@ti.com> Date: Tue, 4 Apr 2023 12:39:10 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 CC: Krzysztof Kozlowski , , , , , , , , Subject: Re: [PATCH] dt-bindings: phy: ti: phy-gmii-sel: Add support for J784S4 CPSW9G Content-Language: en-US To: , References: <20230315092408.1722114-1-s-vadapalli@ti.com> <921520a2-e3b5-7317-669f-a7c94895b34d@linaro.org> From: Siddharth Vadapalli In-Reply-To: <921520a2-e3b5-7317-669f-a7c94895b34d@linaro.org> 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 Hello Vinod, Can this patch please be merged in case of no concerns? Regards, Siddharth. On 19/03/23 18:15, Krzysztof Kozlowski wrote: > On 15/03/2023 10:24, Siddharth Vadapalli wrote: >> The CPSW9G instance of CPSW Ethernet Switch on TI's J784S4 SoC supports >> additional PHY modes like QSGMII. Add a compatible for it. >> >> Enable the use of "ti,qsgmii-main-ports" property for J784S4 CPSW9G. >> >> Signed-off-by: Siddharth Vadapalli >> --- >> Documentation/devicetree/bindings/phy/ti,phy-gmii-sel.yaml | 4 ++++ >> 1 file changed, 4 insertions(+) > > Acked-by: Krzysztof Kozlowski > > Best regards, > Krzysztof >