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 X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3C322C4338F for ; Fri, 6 Aug 2021 11:30:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1F8B360F70 for ; Fri, 6 Aug 2021 11:30:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245362AbhHFLaV (ORCPT ); Fri, 6 Aug 2021 07:30:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:53652 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245319AbhHFLaV (ORCPT ); Fri, 6 Aug 2021 07:30:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D714A611C6; Fri, 6 Aug 2021 11:30:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628249405; bh=FcT2xJBSN0T8Ttxc3qVQ1psmULISk+/U4hxJSH+FWbg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LZvc8ssJJoNesJQroIGALuKZMMVll7QYZjgDhfyZYaqd6E+bpxjAVMHjQGx5xkOln jAtU4zp63AKst43Y+Wok+92GD3Z15cDI70nfxPoga01sOw7NDXLEQD2qIMUOWelBjS /kyh570Wn6aIbPom2LivMZCCekEQEdCdTxHPDLDKs9ba7Tz0mPiCfoxV1W2WOOJM9o 76QAu+YLlIsX4FcMxIu1Q/2/sJOe/sGjqLZ161XjfESaWktUMEDIb4KvbBf36uZ9Z1 ne8HZTcqtiytdjwpwXZzxx3l8WZMD5T1knDtbaGKrWhtoGceooiFqZOiy0nCzFdQtb fcqwJbWNS6mmg== Date: Fri, 6 Aug 2021 17:00:01 +0530 From: Vinod Koul To: Dong Aisheng Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com, kernel@pengutronix.de, dongas86@gmail.com, robh+dt@kernel.org, shawnguo@kernel.org, Kishon Vijay Abraham I , Li Jun , linux-phy@lists.infradead.org Subject: Re: [PATCH 4/7] dt-bindings: phy: imx8mq-usb-phy: convert to json schema Message-ID: References: <20210715082536.1882077-1-aisheng.dong@nxp.com> <20210715082536.1882077-5-aisheng.dong@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210715082536.1882077-5-aisheng.dong@nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 15-07-21, 16:25, Dong Aisheng wrote: > Convert to jason schema. Applied, thanks -- ~Vinod