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 0CBB3C7EE25 for ; Thu, 8 Jun 2023 20:49:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235243AbjFHUti (ORCPT ); Thu, 8 Jun 2023 16:49:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48640 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233454AbjFHUth (ORCPT ); Thu, 8 Jun 2023 16:49:37 -0400 Received: from mail-io1-f49.google.com (mail-io1-f49.google.com [209.85.166.49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D35FE2D7C; Thu, 8 Jun 2023 13:49:35 -0700 (PDT) Received: by mail-io1-f49.google.com with SMTP id ca18e2360f4ac-77acb04309dso56265039f.2; Thu, 08 Jun 2023 13:49:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686257375; x=1688849375; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=2oEVvsEJofbyF89JSmEJIs782G632G9KkRpVUkYg+xo=; b=NHoZt9tK62gRfRGCE1IRPoGhpMQkPzYRuL1IVNHgiBmHDtrFUDySiyCcZocm9KLA12 fzTToBHSs4vzpRkfW0Mpud84KWU/w4Kzkcfi1pcSC6SpDRCYh3KnuD/f+NSTjmSX3x5t Cuv/eq3Z5CF1EVe+X8mNKhFhwW2yWZCOodUHKDaMqAg4wP1x3BL0CcZKx98de8QfvKXG KVJnBJjjPWx3jR3MosLUj5xT2Q71fpNT3fbfHyxKjdjgMX/0wI3kvALLQYZSdkyVnOV2 2xq1YQdUQtLl3p2zTeYRNdl41JcQpRYm0hNOws1JUfyEvrUUjOECtbGCIY+yA7bI3zDq Rd2g== X-Gm-Message-State: AC+VfDz59B+TEFQCg3Z3QwZ1Od1GCV63M/Lk8bUDqL/IjQfm+NiKnfqZ MoWoYx3eWsKuTrBBkRUFQw== X-Google-Smtp-Source: ACHHUZ5qTQOnKA3U/k3iLhcQxsZOmMmBOzJY8yW4hZRaO8L1cjJlpPQFQrNM+JE4gDg96ik61eT3Rg== X-Received: by 2002:a6b:d818:0:b0:777:b175:d11e with SMTP id y24-20020a6bd818000000b00777b175d11emr13776691iob.2.1686257375091; Thu, 08 Jun 2023 13:49:35 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id z3-20020a5ec903000000b0077ac811b20dsm590724iol.38.2023.06.08.13.49.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Jun 2023 13:49:34 -0700 (PDT) Received: (nullmailer pid 3424755 invoked by uid 1000); Thu, 08 Jun 2023 20:49:31 -0000 Date: Thu, 8 Jun 2023 14:49:31 -0600 From: Rob Herring To: Changhuang Liang Cc: Krzysztof Kozlowski , devicetree@vger.kernel.org, Rob Herring , linux-riscv@lists.infradead.org, linux-phy@lists.infradead.org, Kishon Vijay Abraham I , Paul Walmsley , Albert Ou , Philipp Zabel , Conor Dooley , Emil Renner Berthing , Jack Zhu , Palmer Dabbelt , linux-kernel@vger.kernel.org, Vinod Koul Subject: Re: [PATCH v5 1/3] dt-bindings: phy: Add starfive,jh7110-dphy-rx Message-ID: <168625737130.3424689.15583912932705671257.robh@kernel.org> References: <20230529121503.3544-1-changhuang.liang@starfivetech.com> <20230529121503.3544-2-changhuang.liang@starfivetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230529121503.3544-2-changhuang.liang@starfivetech.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 29 May 2023 05:15:01 -0700, Changhuang Liang wrote: > StarFive SoCs like the jh7110 use a MIPI D-PHY RX controller based on > a M31 IP. Add a binding for it. > > Signed-off-by: Changhuang Liang > --- > .../bindings/phy/starfive,jh7110-dphy-rx.yaml | 71 +++++++++++++++++++ > 1 file changed, 71 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/starfive,jh7110-dphy-rx.yaml > Reviewed-by: Rob Herring