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 31388C38147 for ; Wed, 18 Jan 2023 17:27:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229804AbjARR1j (ORCPT ); Wed, 18 Jan 2023 12:27:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229840AbjARR1i (ORCPT ); Wed, 18 Jan 2023 12:27:38 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12A7336FDD for ; Wed, 18 Jan 2023 09:27:38 -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 ams.source.kernel.org (Postfix) with ESMTPS id B02C4B81E0C for ; 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-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8d960029-e94d-224b-911f-03e5deb47ebc@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.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