From nobody Mon Apr 6 05:00:55 2026 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 3A0C4C6FA83 for ; Sun, 11 Sep 2022 11:16:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231140AbiIKLQN (ORCPT ); Sun, 11 Sep 2022 07:16:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231244AbiIKLPp (ORCPT ); Sun, 11 Sep 2022 07:15:45 -0400 Received: from mail-lj1-x231.google.com (mail-lj1-x231.google.com [IPv6:2a00:1450:4864:20::231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87A1033E0E for ; Sun, 11 Sep 2022 04:13:18 -0700 (PDT) Received: by mail-lj1-x231.google.com with SMTP id y29so7396148ljq.7 for ; Sun, 11 Sep 2022 04:13:18 -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; bh=fSGDJbvwyUNRzf7TxRi3X4pjWeIi4tImKHqgX99wRZg=; b=SJuJT4hOKlR7HkL5zvZBRHZP8tWF16TPXkik1KzTvZKM7k0OV6vnOGvwwpEwhKBAVf SdquDefRsUIUCnXgTsXjcwXtV5qkn2VvZYLv/vf8cmL6qeSu1neSmg9XScchjI976ef3 qRHdNIjscj+dSTFRaQqGsLHB/1ROMzxPIK3WF5oroJBr9tbkZKv2vIpmjXnALId+/iqa 7BS2qFPHwsANKHYa1numidkzho9zzplKKZwLXmkPFUUsNGwtqpZ8GV9ELLEtyWSUk5oE p5aFJyUDS4U435LALlxrP7XvsSZG8BQF+q8mctMjHcoW43a1UG9zv3NCbkVojJKiI61n QJuw== 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; bh=fSGDJbvwyUNRzf7TxRi3X4pjWeIi4tImKHqgX99wRZg=; b=xZVy4+WblCk4aCxuZH14wxHeb6Hp1rzI7VUtQzOjsdxXPW6GQANJqml1Alju20AcBK BP1xTAApu/Z5FE2vap8+SbeSy4u1H6A9pYAWsWOSCisP5t7byuXx2OaFEjP77EbC+kQA INqhF01cROTcn1rQKiBj8OTsGTQVbsX3vIE6rGHn8e+1UzOUWsV5VhkrXBeu3I9X9I6z z0qfhRU/RHqsJSqdqEqnGopiHaMAIDBE2Yejbz1ISr5kw4jRvoZjdaeI1UFg0Wfy8Na1 gSotF++yCxcUHpjj+QhC/VkZ9V652pwX1JIp0noZfpV8hZmMpUPqeiN7bd0uC6nPL1UB cRSg== X-Gm-Message-State: ACgBeo0eevLVhDVlUJphBAHAX04PTYyw8ajyfIvqfNw1IMyk8aHViKAU gDyloDD6PLLu73v8LFfK7nx/PQ== X-Google-Smtp-Source: AA6agR7PJ5OEvlARW6u9NTBlWeXwmRIK33GdiFkFXp5EnT0Mj13LONe2oVSj5SPn1toJleAObn9LLQ== X-Received: by 2002:a2e:9a90:0:b0:26b:efd1:18fc with SMTP id p16-20020a2e9a90000000b0026befd118fcmr1929275lji.499.1662894759628; Sun, 11 Sep 2022 04:12:39 -0700 (PDT) Received: from krzk-bin.. (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.gmail.com with ESMTPSA id 11-20020a05651c128b00b0025dfd8c9287sm607365ljc.69.2022.09.11.04.12.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 11 Sep 2022 04:12:39 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Rajendra Nayak , Iskren Chernev , Martin Botka , Vinod Koul , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH 27/40] dt-bindings: pinctrl: qcom,sc7280-pinctrl: fix indentation in example Date: Sun, 11 Sep 2022 13:11:47 +0200 Message-Id: <20220911111200.199182-28-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220911111200.199182-1-krzysztof.kozlowski@linaro.org> References: <20220911111200.199182-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Bindings example should be indented with 4-spaces. Signed-off-by: Krzysztof Kozlowski --- .../bindings/pinctrl/qcom,sc7280-pinctrl.yaml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.= yaml b/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml index b29fac302e6e..30e682579391 100644 --- a/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/qcom,sc7280-pinctrl.yaml @@ -150,22 +150,22 @@ additionalProperties: false =20 examples: - | - #include - tlmm: pinctrl@f000000 { - compatible =3D "qcom,sc7280-pinctrl"; - reg =3D <0xf000000 0x1000000>; - interrupts =3D ; - gpio-controller; - #gpio-cells =3D <2>; - interrupt-controller; - #interrupt-cells =3D <2>; - gpio-ranges =3D <&tlmm 0 0 175>; - wakeup-parent =3D <&pdc>; - - qup_uart5_default: qup-uart5-pins { - pins =3D "gpio46", "gpio47"; - function =3D "qup13"; - drive-strength =3D <2>; - bias-disable; - }; + #include + tlmm: pinctrl@f000000 { + compatible =3D "qcom,sc7280-pinctrl"; + reg =3D <0xf000000 0x1000000>; + interrupts =3D ; + gpio-controller; + #gpio-cells =3D <2>; + interrupt-controller; + #interrupt-cells =3D <2>; + gpio-ranges =3D <&tlmm 0 0 175>; + wakeup-parent =3D <&pdc>; + + qup_uart5_default: qup-uart5-pins { + pins =3D "gpio46", "gpio47"; + function =3D "qup13"; + drive-strength =3D <2>; + bias-disable; }; + }; --=20 2.34.1