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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71D91C433E6 for ; Fri, 5 Mar 2021 20:23:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 05646650A9 for ; Fri, 5 Mar 2021 20:23:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229829AbhCEUWe (ORCPT ); Fri, 5 Mar 2021 15:22:34 -0500 Received: from mail-oi1-f182.google.com ([209.85.167.182]:38387 "EHLO mail-oi1-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229792AbhCEUW1 (ORCPT ); Fri, 5 Mar 2021 15:22:27 -0500 Received: by mail-oi1-f182.google.com with SMTP id q203so3887184oih.5; Fri, 05 Mar 2021 12:22:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=L6fiDRHOBx6wicwHAlBdQghdJU9EkaCoXvCSV20utCg=; b=sLCLWqLc2UY0S6i3//fHbUEom6YsAk3ECj1+M4Ia05gqpWYLEPKqDaKkOC0Ms/N0EW m5g0fQwl/QoSTpnUClwVl3G+Vl8LwaX7v81hNJRnXusz10mSdxxMdOamIxW3XmUPUKY1 2k6muMeyZ0AMTmyMKfltbIXrN1EyNuiigJn/YIu/d7QYmZxiQSBgCGrxNRO45XnCwNPX Y03JyRDHYcCKTosDiXHwwxwQG97eANkOBu9dNufK9zShcDQmnq9CKi18nhju5by7NzB7 BT0Pgu/mIIhfTEVHR7zqvvUv7Odo97Bm+IfskUydNOKrP6/2aRJ4araFOcseiYXpbpFw fXhA== X-Gm-Message-State: AOAM533ADv/aze7SFPxA1ZVYYmJwhkUkgAz/leK2nVUwGC9j9BOcKJ8c OgvDNuppN9IQBoIIaVSDsQ== X-Google-Smtp-Source: ABdhPJy127zX+LiOlwWsk56ZjC471+NVclR9wt3yY/+htyALJl7O+I5jJhN+5AyB5SSnbsjwEj6ywQ== X-Received: by 2002:aca:90c:: with SMTP id 12mr1369336oij.21.1614975746678; Fri, 05 Mar 2021 12:22:26 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id b9sm749249ooa.47.2021.03.05.12.22.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Mar 2021 12:22:25 -0800 (PST) Received: (nullmailer pid 584975 invoked by uid 1000); Fri, 05 Mar 2021 20:22:24 -0000 Date: Fri, 5 Mar 2021 14:22:24 -0600 From: Rob Herring To: Nobuhiro Iwamatsu Cc: Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Lee Jones , devicetree@vger.kernel.org, linux-pwm@vger.kernel.org, punit1.agrawal@toshiba.co.jp, yuji2.ishikawa@toshiba.co.jp, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: pwm: Add bindings for Toshiba Visconti PWM Controller Message-ID: <20210305202224.GA583007@robh.at.kernel.org> References: <20210212131910.557581-1-nobuhiro1.iwamatsu@toshiba.co.jp> <20210212131910.557581-2-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210212131910.557581-2-nobuhiro1.iwamatsu@toshiba.co.jp> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 12, 2021 at 10:19:09PM +0900, Nobuhiro Iwamatsu wrote: > Add bindings for the Toshiba Visconti PWM Controller. > > Signed-off-by: Nobuhiro Iwamatsu > --- > .../bindings/pwm/toshiba,pwm-visconti.yaml | 43 +++++++++++++++++++ > 1 file changed, 43 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml > > diff --git a/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml b/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml > new file mode 100644 > index 000000000000..f11558cdc32f > --- /dev/null > +++ b/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml > @@ -0,0 +1,43 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/pwm/toshiba,pwm-visconti.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Toshiba Visconti PWM Controller > + > +maintainers: > + - Nobuhiro Iwamatsu > + > +properties: > + compatible: > + items: > + - const: toshiba,pwm-visconti The 'normal' order is: toshiba,visconti-pwm Otherwise, Reviewed-by: Rob Herring > + > + reg: > + maxItems: 1 > + > + '#pwm-cells': > + const: 2 > + > +required: > + - compatible > + - reg > + - '#pwm-cells' > + > +additionalProperties: false > + > +examples: > + - | > + soc { > + #address-cells = <2>; > + #size-cells = <2>; > + > + pwm: pwm@241c0000 { > + compatible = "toshiba,pwm-visconti"; > + reg = <0 0x241c0000 0 0x1000>; > + pinctrl-names = "default"; > + pinctrl-0 = <&pwm_mux>; > + #pwm-cells = <2>; > + }; > + }; > -- > 2.30.0.rc2 > 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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6706C433E0 for ; Fri, 5 Mar 2021 20:24:31 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6BE8264E87 for ; Fri, 5 Mar 2021 20:24:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6BE8264E87 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; 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=XP9GfV4+etr4kt+vrUETpusejjVRu6iPouRYLFSZKlo=; b=ov5vTrh9ei+DwSqnAc9IB7wy3 y9V5pkebKa0rla8ZVM2AHc6+BT9RD8H0Z1bO91TLlaftPHRf5x0N4EhU8rQML9DfnmuvgsxXiBOEn DkghWwxh0md4OfVpRHKmaBFCZnsSWU1VUVivHAsvtO6VAhyVB4jZzhB3M6lvCCJvtCtL2tcizNXrt 2XANDf/rFHVc8PWIh0COdR7D7GAHw7gQcxGmQGNncN+5uLJnRij0yR9KnTyJYidjc6poKTvQeAqfI u85fHGGCN12GE2VYcS8/NShzq/RxIj+UpJOTyawFO8GdDCHtXQ3qehpjoMmWkUPZ/D0ZZ+FrIaaMx SWzBLm+pg==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lIGy7-00GLld-A1; Fri, 05 Mar 2021 20:22:39 +0000 Received: from mail-oi1-f180.google.com ([209.85.167.180]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lIGxv-00GLgL-QV for linux-arm-kernel@lists.infradead.org; Fri, 05 Mar 2021 20:22:30 +0000 Received: by mail-oi1-f180.google.com with SMTP id z126so3871015oiz.6 for ; Fri, 05 Mar 2021 12:22:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=L6fiDRHOBx6wicwHAlBdQghdJU9EkaCoXvCSV20utCg=; b=nptFQ2JjE2ndkbPK5osmim8tOkQHrTpsP5T4+9HG4PgRGNsLnyGJNWq9tJ3kv0ETzF tYV90oFI2R/Ic94NhXbsrpTMo43BpmKAFnPsY7iPIj86670QM0r2tIEmf0fRF/LxVGYg eYhov1jr/E6HdPEVIUZwhl6y1jcmBe9bY5DAzSJQoWb/qxSHtI77b84S02z5Yyzf+5Ar f5f18UcDff6M6lVS9zPjU1ma0n7J4wUfcEhcPsQtnI4FZpPrnRPUAxxyqX/zDFcSi5rH Wx3u0LsxyNDSfBFSytA32KQE0QKwfFnMWt6A+Lyn7029c48R0KYnRhreMVw6Mf3BikjI +g2A== X-Gm-Message-State: AOAM532LHsH0yMzbxkeRg7STtcP0XF64EEnuvH19lZv0ebJttkDyfdc+ pIKLDWP/mtGnT4QHInCM1Q== X-Google-Smtp-Source: ABdhPJy127zX+LiOlwWsk56ZjC471+NVclR9wt3yY/+htyALJl7O+I5jJhN+5AyB5SSnbsjwEj6ywQ== X-Received: by 2002:aca:90c:: with SMTP id 12mr1369336oij.21.1614975746678; Fri, 05 Mar 2021 12:22:26 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id b9sm749249ooa.47.2021.03.05.12.22.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Mar 2021 12:22:25 -0800 (PST) Received: (nullmailer pid 584975 invoked by uid 1000); Fri, 05 Mar 2021 20:22:24 -0000 Date: Fri, 5 Mar 2021 14:22:24 -0600 From: Rob Herring To: Nobuhiro Iwamatsu Cc: Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Lee Jones , devicetree@vger.kernel.org, linux-pwm@vger.kernel.org, punit1.agrawal@toshiba.co.jp, yuji2.ishikawa@toshiba.co.jp, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/2] dt-bindings: pwm: Add bindings for Toshiba Visconti PWM Controller Message-ID: <20210305202224.GA583007@robh.at.kernel.org> References: <20210212131910.557581-1-nobuhiro1.iwamatsu@toshiba.co.jp> <20210212131910.557581-2-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210212131910.557581-2-nobuhiro1.iwamatsu@toshiba.co.jp> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210305_202228_611340_1331ECE8 X-CRM114-Status: GOOD ( 17.24 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Feb 12, 2021 at 10:19:09PM +0900, Nobuhiro Iwamatsu wrote: > Add bindings for the Toshiba Visconti PWM Controller. > > Signed-off-by: Nobuhiro Iwamatsu > --- > .../bindings/pwm/toshiba,pwm-visconti.yaml | 43 +++++++++++++++++++ > 1 file changed, 43 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml > > diff --git a/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml b/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml > new file mode 100644 > index 000000000000..f11558cdc32f > --- /dev/null > +++ b/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml > @@ -0,0 +1,43 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/pwm/toshiba,pwm-visconti.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Toshiba Visconti PWM Controller > + > +maintainers: > + - Nobuhiro Iwamatsu > + > +properties: > + compatible: > + items: > + - const: toshiba,pwm-visconti The 'normal' order is: toshiba,visconti-pwm Otherwise, Reviewed-by: Rob Herring > + > + reg: > + maxItems: 1 > + > + '#pwm-cells': > + const: 2 > + > +required: > + - compatible > + - reg > + - '#pwm-cells' > + > +additionalProperties: false > + > +examples: > + - | > + soc { > + #address-cells = <2>; > + #size-cells = <2>; > + > + pwm: pwm@241c0000 { > + compatible = "toshiba,pwm-visconti"; > + reg = <0 0x241c0000 0 0x1000>; > + pinctrl-names = "default"; > + pinctrl-0 = <&pwm_mux>; > + #pwm-cells = <2>; > + }; > + }; > -- > 2.30.0.rc2 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel