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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 497DBC38147 for ; Wed, 18 Jan 2023 17:27:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9BZGwTg/axbB9QvuR4WcSOk5PuskJW04HbowL9U8WW4=; b=dBOmBNjDIKVEkS xt9xk+fkFGEas7GkvGo4RjumqLHwUtIUWG/6OxhqMpmF0qDdZA35sHapMo9nJ2uFtz8hCRSxpSnL/ LHQB9aN9aNlqWCPZ/LSwky6uTQ7v3OX99thIB65PAjiC+dz0FxXGFZ5nQ8t+I3l7Qvamdji0vq440 RSftqj8gnOzoDh8tblRdH07I0ZNyDB7xdw9eUxEAjRxCTPH4wRfJVOD16F0Gkuu1W5Wb3wQvHFx/i DW5QFO9uayNtoSWMAWBat9b3+4fpybnuUzoRfwCJsZ9GxR7i3DCrUzv6KUDex/jmItssT+7MNCSox wl7Qgwr4u/WQyTb4n09w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pICE1-0021LN-Nq; Wed, 18 Jan 2023 17:27:49 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pICDo-0021H8-En; Wed, 18 Jan 2023 17:27:37 +0000 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 0681E61786; Wed, 18 Jan 2023 17:27:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6DE8C433EF; Wed, 18 Jan 2023 17:27:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674062855; bh=uDW6T4UAwLieiCNlFUU7aeakTgyrS9giIWSwOWtoE1o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kt6ytfZiWMF3EaPKpYmFO/akC9Flz8suAVqfF/tHjqi2SozMlhQd82XiiGX72tsVv WmkfNaT8KKFouxL1Izu/ot8OqE99R+kROeFWwLDq6jPMgPqVGXmk4KDDrsKVBeggMA bFsJkX99Yf/li6plHTOPrZ4Z1uL5mlHeXOyOk1TJdqDubpNM2mRHi97/xUt4lEOFxL tkckrJw+OE2xQkALWG1HApB83AEVpAdc4GZ1s5vePMi/Rl+F7+tXmJAEnPnJWNajBv usw8GFULmi7zieZs4O54V5vQNfbPvPU1maSAgTMz5ONa+LhPzXH3cn47642pD4mZQN 9/Rh7SYLloU/A== Date: Wed, 18 Jan 2023 22:57:31 +0530 From: Vinod Koul To: Heiner Kallweit Cc: Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , linux-phy@lists.infradead.org, "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "open list:ARM/Amlogic Meson..." Subject: Re: [PATCH v2] dt-bindings: phy: g12a-usb2-phy: fix compatible string documentation Message-ID: References: <8d960029-e94d-224b-911f-03e5deb47ebc@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <8d960029-e94d-224b-911f-03e5deb47ebc@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230118_092736_553080_8F77D3E0 X-CRM114-Status: UNSURE ( 8.26 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On 16-01-23, 21:17, Heiner Kallweit wrote: > The compatible strings in the driver don't have the meson prefix. > Fix this in the documentation and rename the file accordingly. Applied, thanks -- ~Vinod -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy