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 5922AC433FE for ; Mon, 2 May 2022 10:33:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1384536AbiEBKgz (ORCPT ); Mon, 2 May 2022 06:36:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236697AbiEBKgx (ORCPT ); Mon, 2 May 2022 06:36:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7591B136; Mon, 2 May 2022 03:33:25 -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 0F77061251; Mon, 2 May 2022 10:33:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B6C2CC385AF; Mon, 2 May 2022 10:33:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651487604; bh=uInsqV5BbF1hPLVD4K6DOp7gnW8sCVYRtV1ONPWaw3A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bUulD2gXfQRbTqbLi8zEhJCtzft3nldTQw73H5suSvw9gzMU2NixVVr7zd3uOMR0z I+lZGawqROAd1Qz5qzuI/OfQuHsTJ+k92FjTZG6088pEIOGHk2kFNPUI5dQxgN45Lr fiQBJCUlsbwOwf+GFi5aJ1lTRjltcV5eNSwadh917X5U2ILpNBBQ1Kp5smrcaXnXBY 5pkBZKEtk21p6aYJ2EJJN9MXGc9ttdL9WVutp1IixBipeZGmLEnP+enq3K2Qy1pcTp V6Lsq0voaalT51W4/EQPgePLsSotmVEogyHWuD+1juAAuSZM1fNMwii2QljIEmnpJX sDVMRfTetKwmw== Date: Mon, 2 May 2022 16:03:19 +0530 From: Vinod Koul To: Rob Herring Cc: Miquel Raynal , Kishon Vijay Abraham I , Krzysztof Kozlowski , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: phy: marvell,armada-3700-utmi-host-phy: Fix incorrect compatible in example Message-ID: References: <20220422192054.2591093-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220422192054.2591093-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22-04-22, 14:20, Rob Herring wrote: > Fix the example using the incorrect compatible string. Applied, thanks -- ~Vinod