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 D8745C43217 for ; Mon, 17 Oct 2022 23:04:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231325AbiJQXED (ORCPT ); Mon, 17 Oct 2022 19:04:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231150AbiJQXDm (ORCPT ); Mon, 17 Oct 2022 19:03:42 -0400 Received: from mail-qk1-x72d.google.com (mail-qk1-x72d.google.com [IPv6:2607:f8b0:4864:20::72d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2CC6F8304D for ; Mon, 17 Oct 2022 16:02:25 -0700 (PDT) Received: by mail-qk1-x72d.google.com with SMTP id d13so7664917qko.5 for ; Mon, 17 Oct 2022 16:02:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=g4dRbN0aLfj9QfEIbf0upluuPumPiiqVQlBvgF4rrF4=; b=yZrOA0jBC3VOJYe40KTHHM++pBagoQddCIWdUyKUhevKlK/6NI4wlfSV6AqpUR9ihd hDRf3pfOj7e/K2E74xTYGUne6HHwrKrJcdNL/d6fN/yzdu1TzLD4/QiE7Ug8S/Hn7JG2 Ql5roF8awgdnu5ME6jVu+nzEd1gZI0VDoQng4O9/qJ+8jdNsDQiDiIOpvvQkVPQY2F6s bgDyWZ/ZsLKfIvi9j0BfaQLDaq59B1kFQSIWFjT+9FFFPCKhhWldqlklnChneBkcCa94 Ly77QPH33B1Zh8+hhcB4GHnVubr8WBYZAhI3fYza0lq9+1eX4y4LXPI6pTPnikCGTLZ7 2qDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=g4dRbN0aLfj9QfEIbf0upluuPumPiiqVQlBvgF4rrF4=; b=zMMbhN8e69klDrXT9cTDEFZaXxKYuoQxUWZAk6ulghauoRvSFeVAo/0lU1e90nIeRz 0BtCdud/9Wq6dGZuns5t9OAPoxZRYeERXhlKSVnXVimE6FwP7HVBc+MODR7VZrY1ao4e yuZpiIJmR9kqsTMZvCUQswVvjImgwI8xtIdCW0afuRzLK8dpYUIIavHEW0efgT5WxV/t 4yrrrYLVsiBpDmfIsvVMYb9DOdDplBVuMo3cgbSDiXcG9R9LhKGpi3mOs3ZdkTRR3mf4 4mEZ3dPDZyhsIoL5j6QWwVyYqbrZ/7/rgQzeAceFhNAM6DrkDmlGf6yi+fErDUfMdZcB kTgQ== X-Gm-Message-State: ACrzQf0O0TT4TXDn6073F+NuALGDohVdlKmoREkvw4mGYtY/oVYVJFZW LGSmD4TVkMMKsNAO7un345YLyw== X-Google-Smtp-Source: AMsMyM4xeILJ2TvlGI4mmjCkzb/+FpZvZPT/Xgy//MhrRcl13mKgpnnIu0Z3XYk9ikGDdNn5S5nixA== X-Received: by 2002:a05:620a:1293:b0:6ee:dfb8:d448 with SMTP id w19-20020a05620a129300b006eedfb8d448mr6713360qki.510.1666047682014; Mon, 17 Oct 2022 16:01:22 -0700 (PDT) Received: from localhost.localdomain (pool-72-83-177-149.washdc.east.verizon.net. [72.83.177.149]) by smtp.gmail.com with ESMTPSA id fg11-20020a05622a580b00b0039cb9b6c390sm729670qtb.79.2022.10.17.16.01.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Oct 2022 16:01:20 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Stephan Gerhold , 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 Cc: Krzysztof Kozlowski , Rob Herring Subject: [PATCH v3 24/33] dt-bindings: pinctrl: qcom,sm6350-tlmm: minor style cleanups Date: Mon, 17 Oct 2022 19:00:03 -0400 Message-Id: <20221017230012.47878-25-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221017230012.47878-1-krzysztof.kozlowski@linaro.org> References: <20221017230012.47878-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Drop "binding" from description (and align it with other Qualcomm pinctrl bindings), use double quotes consistently, drop redundant quotes and rename file to match compatible (to match coding convention). Signed-off-by: Krzysztof Kozlowski Acked-by: Rob Herring --- ...om,sm6350-pinctrl.yaml => qcom,sm6350-tlmm.yaml} | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) rename Documentation/devicetree/bindings/pinctrl/{qcom,sm6350-pinctrl.yaml => qcom,sm6350-tlmm.yaml} (95%) diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sm6350-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sm6350-tlmm.yaml similarity index 95% rename from Documentation/devicetree/bindings/pinctrl/qcom,sm6350-pinctrl.yaml rename to Documentation/devicetree/bindings/pinctrl/qcom,sm6350-tlmm.yaml index 894e59caa735..41e3e0afc9a8 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,sm6350-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sm6350-tlmm.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/pinctrl/qcom,sm6350-pinctrl.yaml# +$id: http://devicetree.org/schemas/pinctrl/qcom,sm6350-tlmm.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Qualcomm Technologies, Inc. SM6350 TLMM block @@ -9,9 +9,8 @@ title: Qualcomm Technologies, Inc. SM6350 TLMM block maintainers: - Konrad Dybcio -description: | - This binding describes the Top Level Mode Multiplexer (TLMM) block found - in the SM6350 platform. +description: + Top Level Mode Multiplexer pin controller in Qualcomm SM6350 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-sm6350-tlmm-state" - patternProperties: -- 2.34.1