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 E1163C77B7F for ; Mon, 8 May 2023 09:29:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233434AbjEHJ3A (ORCPT ); Mon, 8 May 2023 05:29:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60322 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233106AbjEHJ27 (ORCPT ); Mon, 8 May 2023 05:28:59 -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 ACC07658D; Mon, 8 May 2023 02:28:58 -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 3F72261917; Mon, 8 May 2023 09:28:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C0408C433EF; Mon, 8 May 2023 09:28:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683538137; bh=8lBJEPFLd8rGZOnaQctvrJVYutqCawzSYnnnQAGvxSs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GSb2zmtCXCp0A+sdRR3Q+bfyP1GydMwBlipKxhAnMp6hLgz+/bKXVgaA1Nw1GIiYY o3Il4yyFBZQhWPtwkQ5MN6pSMQLsTWAwmF7Ogb/WXPGFYxDqlkDRIXsT6b18Os8+rn 4/ZTfjI1tIm7uM16QujVQGh6nZFcdw9dnM9tdCdbKWGDSP+QcEj0otffzSasJ5nMxS 02hRIAbsyLpdIJ/8Xbqx/JQ8R5AhoN0pufNzF7kYjn99+WbBA1Rk5/GGlppzrprsfO 1HPz1fo9SYhq4yKrIQrTTzkmAyuRLW5C006gqlgveqaRl5q+2gKj2tGlmyFIb7wJAe hi0T9Gv6mFD9g== Date: Mon, 8 May 2023 14:58:53 +0530 From: Vinod Koul To: Stanislav Jakubek Cc: Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Florian Fainelli , Ray Jui , Scott Branden , bcm-kernel-feedback-list@broadcom.com, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: phy: brcm,kona-usb2-phy: convert to YAML Message-ID: References: <20230427190725.GA7730@standask-GA-A55M-S2HP> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230427190725.GA7730@standask-GA-A55M-S2HP> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 27-04-23, 21:07, Stanislav Jakubek wrote: > Convert Broadcom Kona family USB 2.0 PHY bindings to DT schema. Applied, thanks -- ~Vinod