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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5646EC433EF for ; Tue, 2 Nov 2021 11:51:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3DDD0610A3 for ; Tue, 2 Nov 2021 11:51:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230345AbhKBLyD convert rfc822-to-8bit (ORCPT ); Tue, 2 Nov 2021 07:54:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229720AbhKBLyC (ORCPT ); Tue, 2 Nov 2021 07:54:02 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B9B84C061714 for ; Tue, 2 Nov 2021 04:51:27 -0700 (PDT) Received: from lupine.hi.pengutronix.de ([2001:67c:670:100:3ad5:47ff:feaf:1a17] helo=lupine) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mhsJx-0004RX-3V; Tue, 02 Nov 2021 12:51:17 +0100 Received: from pza by lupine with local (Exim 4.94.2) (envelope-from ) id 1mhsJv-0049ko-1l; Tue, 02 Nov 2021 12:51:15 +0100 Message-ID: <34481cb056c4bc4dc355571713675f141350e04d.camel@pengutronix.de> Subject: Re: [PATCH v3 3/8] dt-bindings: reset: Add bindings for SP7021 reset driver From: Philipp Zabel To: Qin Jian , robh+dt@kernel.org Cc: mturquette@baylibre.com, sboyd@kernel.org, maz@kernel.org, broonie@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, wells.lu@sunplus.com Date: Tue, 02 Nov 2021 12:51:14 +0100 In-Reply-To: <852e24e942cf40b8240ced4de4ac78acc7694355.1635737544.git.qinjian@cqplus1.com> References: <852e24e942cf40b8240ced4de4ac78acc7694355.1635737544.git.qinjian@cqplus1.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:3ad5:47ff:feaf:1a17 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 2021-11-01 at 13:01 +0800, Qin Jian wrote: > Add documentation to describe Sunplus SP7021 reset driver bindings. > > Signed-off-by: Qin Jian > --- >  .../bindings/reset/sunplus,reset.yaml | 40 ++++++++ >  MAINTAINERS | 2 + >  include/dt-bindings/reset/sp-sp7021.h | 99 +++++++++++++++++++ >  3 files changed, 141 insertions(+) >  create mode 100644 Documentation/devicetree/bindings/reset/sunplus,reset.yaml >  create mode 100644 include/dt-bindings/reset/sp-sp7021.h > > diff --git a/Documentation/devicetree/bindings/reset/sunplus,reset.yaml b/Documentation/devicetree/bindings/reset/sunplus,reset.yaml > new file mode 100644 > index 000000000..bf55f4ee2 > --- /dev/null > +++ b/Documentation/devicetree/bindings/reset/sunplus,reset.yaml > @@ -0,0 +1,40 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +# Copyright (C) Sunplus Co., Ltd. 2021 > +%YAML 1.2 > +--- > +$id: "http://devicetree.org/schemas/reset/sunplus,reset.yaml#" > +$schema: "http://devicetree.org/meta-schemas/core.yaml#" > + > +title: Sunplus SoC Reset Controller > + > +maintainers: > + - Qin Jian > + > +properties: > + compatible: > + enum: > + - sunplus,sp7021-reset # Reset Controller on SP7021 and compatible SoCs > + - sunplus,q645-reset # Reset Controller on Q645 and compatible SoCs The commit message only mentions SP7021. Should Q645 be added later, or is this patch missing the binding header for Q655? regards Philipp