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 8A724C433FE for ; Mon, 17 Oct 2022 05:29:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229564AbiJQF31 (ORCPT ); Mon, 17 Oct 2022 01:29:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229660AbiJQF30 (ORCPT ); Mon, 17 Oct 2022 01:29:26 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E671E52 for ; Sun, 16 Oct 2022 22:29:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 2C91F60DF2 for ; Mon, 17 Oct 2022 05:29:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 029EFC433D6; Mon, 17 Oct 2022 05:29:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665984563; bh=3Xbl7YVRSwxkla8P8wg2DtU1jeZKfi5JhHpnez5Evmc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BsniOT+5eMF9qsWx3u6iuceuOO2kzTZ0QbQPZWpT12rwSZ+s23bifECVS6V3dLLPR PKVKl1P67aJDhDqKAfKRKLTSYOfsbfSM1rpmZkLZ/fpKkqbepkLM8x0TvQpzU8uUNv MK+M8fU0JbqhGdATQk+M6j5eU4xyEH4C950C/6DYiNgHrqZo1lC9cZNKepW1IFg+mo HuqUoifarabj8m0lxX1O4g58Fy+Kekvffg29Supw6tQx3Fkha4OKHo/CF49NRt8YYC 4HZvxbMPlLLGQR57gOY2BKMSUPnl6ygrxtUALEWmoNvbtXzXXHPC46bjg1PKBfqcjp 6r3PiFwC2vp8g== Date: Mon, 17 Oct 2022 10:59:19 +0530 From: Vinod Koul To: Matt Ranostay Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, vigneshr@ti.com, linux-phy@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH 0/2] phy: ti: phy-j721e-wiz: add j784s4 support Message-ID: References: <20221015201123.195477-1-mranostay@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221015201123.195477-1-mranostay@ti.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 15-10-22, 13:11, Matt Ranostay wrote: > WIZ modules for J784S4 platform have two input muxes which requires > additional mux sections options. Applied, thanks -- ~Vinod