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 99795C4332F for ; Thu, 6 Oct 2022 15:36:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231862AbiJFPgi (ORCPT ); Thu, 6 Oct 2022 11:36:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229734AbiJFPgh (ORCPT ); Thu, 6 Oct 2022 11:36:37 -0400 Received: from mo4-p01-ob.smtp.rzone.de (mo4-p01-ob.smtp.rzone.de [81.169.146.165]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CA753BD072; Thu, 6 Oct 2022 08:36:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1665070592; s=strato-dkim-0002; d=gerhold.net; h=In-Reply-To:References:Message-ID:Subject:Cc:To:From:Date:Cc:Date: From:Subject:Sender; bh=93YZjM5uq6hKPW57tU48yES77lxzaLoqRI5R07/h1E8=; b=HLyCBgYUGVGcOZ+VaX76POU1CHqw9g3l9xnTU+9ka2fdaRl1HgXpaBHWKY/cmZxO37 3mvM1u49oVb0fXQw24WzywhELy1MLKaWI62Nt1lZ9Kskt1DBQ6qbLz5itlLNYIOa8lgG 7C1ClPQxfiZgAIXFqpz3xRUSttfs/DtZ4h/AJ+VflGyAC6XcLIyXj1q3+3MyX6cdh2al buff+UQI76Yptn0IudjAzWfFakY87z4AXHUpwTyBahTuBr04qq/2b6gi4cqgs6lTpUDI iQgPXDJDbP/yOA2F/rG16BrVFJ7EbWFpryabSP1xyXnqS131B2PJalQHR28Mrn7+ouOs Xa3g== Authentication-Results: strato.com; dkim=none X-RZG-AUTH: ":P3gBZUipdd93FF5ZZvYFPugejmSTVR2nRPhVOQ/OcYgojyw4j34+u261EJF5OxJAhdlWwvWmtQ==" X-RZG-CLASS-ID: mo00 Received: from gerhold.net by smtp.strato.de (RZmta 48.1.3 DYNA|AUTH) with ESMTPSA id 06b848y96FaVPyG (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits)) (Client did not present a certificate); Thu, 6 Oct 2022 17:36:31 +0200 (CEST) Date: Thu, 6 Oct 2022 17:36:18 +0200 From: Stephan Gerhold To: Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Shawn Guo , Srinivas Kandagatla , Vinod Koul , krishna Lanka , Iskren Chernev , Martin Botka , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 18/34] dt-bindings: pinctrl: qcom,msm8909-tlmm: minor style cleanups Message-ID: References: <20221006140637.246665-1-krzysztof.kozlowski@linaro.org> <20221006140637.246665-19-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221006140637.246665-19-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, Oct 06, 2022 at 04:06:21PM +0200, Krzysztof Kozlowski wrote: > Drop "binding" from description (and align it with other Qualcomm > pinctrl bindings), use double quotes consistently and drop redundant > quotes. > > Signed-off-by: Krzysztof Kozlowski Thanks for all the cleanup! FWIW: Acked-by: Stephan Gerhold > --- > .../bindings/pinctrl/qcom,msm8909-tlmm.yaml | 11 +++++------ > 1 file changed, 5 insertions(+), 6 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml > index 9c647e24fa9a..cc6d0c9c5100 100644 > --- a/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,msm8909-tlmm.yaml > @@ -10,8 +10,7 @@ maintainers: > - Stephan Gerhold > > description: | > - This binding describes the Top Level Mode Multiplexer (TLMM) block found > - in the MSM8909 platform. > + Top Level Mode Multiplexer pin controller in Qualcomm MSM8909 SoC. > > allOf: > - $ref: /schemas/pinctrl/qcom,tlmm-common.yaml# > @@ -25,10 +24,10 @@ properties: > > interrupts: true > interrupt-controller: true > - '#interrupt-cells': true > + "#interrupt-cells": true > gpio-controller: true > gpio-reserved-ranges: true > - '#gpio-cells': true > + "#gpio-cells": true > gpio-ranges: true > wakeup-parent: true > > @@ -39,7 +38,7 @@ required: > additionalProperties: false > > patternProperties: > - '-state$': > + "-state$": > oneOf: > - $ref: "#/$defs/qcom-msm8909-tlmm-state" > - patternProperties: > @@ -53,7 +52,7 @@ $defs: > description: > Pinctrl node's client devices use subnodes for desired pin configuration. > Client device subnodes use below standard properties. > - $ref: "qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state" > + $ref: qcom,tlmm-common.yaml#/$defs/qcom-tlmm-state > > properties: > pins: > -- > 2.34.1 >