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 91B1FC433F5 for ; Fri, 25 Feb 2022 09:01:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238844AbiBYJBs (ORCPT ); Fri, 25 Feb 2022 04:01:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238843AbiBYJBp (ORCPT ); Fri, 25 Feb 2022 04:01:45 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 371022399D2; Fri, 25 Feb 2022 01:01:14 -0800 (PST) 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 CA7D461CDE; Fri, 25 Feb 2022 09:01:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4543C340F1; Fri, 25 Feb 2022 09:01:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645779673; bh=GCmgH9QxIie0Lmk0KfGGmFnY6Rs9w8GpqnAT9TcjK5o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PY2HzAPBzy7DU+rIcW20j8VXOXmHbdyIeVKtnUI+sS0uLFAUJvKj2NpybLrwxLVuJ Q6BSeqLv0P4EWaWpQjq6Jx6eKkAJ3SBYoryAWx7BvV/gUYCpfi+YThAiyn5S3+ewq+ 7ht8EFSOCpJTntniHuh1wrn3QFkQdn9FAqPoiC76uxf2EHL9/EorChGusD/C07PQFr QNKvTetMr4vHTGGN+5KYyy5c+dhDSKetW+YkXmM/Mbbkq/SlM9NXvfHn5EHOBDWEvS 5iRSjwWTbIFTehM90Me8fDHU8ZD17iVbYlMrfcRtML/wnaTZq/ZkparoDEQL+cDo5G FZpKhZq/2Fnug== Date: Fri, 25 Feb 2022 14:31:09 +0530 From: Vinod Koul To: Allen-KH Cheng Cc: Matthias Brugger , Rob Herring , Greg Kroah-Hartman , Kishon Vijay Abraham I , Krzysztof Kozlowski , Chunfeng Yun , Min Guo , Project_Global_Chrome_Upstream_Group@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH v2 1/1] dt-bindings: phy: mediatek,tphy: Add compatible for MT8192 Message-ID: References: <20220224130822.11292-1-allen-kh.cheng@mediatek.com> <20220224130822.11292-2-allen-kh.cheng@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220224130822.11292-2-allen-kh.cheng@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 24-02-22, 21:08, Allen-KH Cheng wrote: > Add MT8192 compatible to the Mediatek T-PHY dt-binding. Applied, thanks -- ~Vinod