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 8C3DCC433FE for ; Mon, 7 Nov 2022 21:03:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233210AbiKGVDt (ORCPT ); Mon, 7 Nov 2022 16:03:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233192AbiKGVDp (ORCPT ); Mon, 7 Nov 2022 16:03:45 -0500 Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0363820186; Mon, 7 Nov 2022 13:03:39 -0800 (PST) Received: by mail-oi1-f178.google.com with SMTP id n205so2441281oib.1; Mon, 07 Nov 2022 13:03:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=u4c8dBP5xaSdrw9MUp90c5F2l4qFLSsfK0HtqDfUuO0=; b=Q03Cg34g0ZJk0yLdmsYDWaV0/2jPu3Z5+oX5ObKqqHv5aMJ6Cg2cLXbWdoq+QMQQH0 oHabOagPOpAWtp72fjwDSIie3iccL2MnHlVdtotDy26PYE1u+W1vPFV2rOtpvmIVcow7 +wPYU+dpfSF56T3Zf+z+299Y08GdQh+xtmXTJU5CNZXmYiPe6sLpELiTSMpW8Wv2ZmoI ZdcpotcY8Gk0Q4ohLGBBJtivD4tggx430vN0aklYdUIiX+LnyUwezECMhWgr4jARg0hC xSkPbrQtabJVeCSGQHAETKiZbxr1000gYzYOlTCcGux48nXPe1Lvc5XmeSxcy0unIfrl KXgQ== X-Gm-Message-State: ACrzQf0BF+xlybfNQB/bwXfdsshyZCbCQi/qZxJgZ3gPs514GwiWwj7a 77dmORyn1YMHxRXPF787Tw== X-Google-Smtp-Source: AMsMyM5raPFgmBTtqQVWp4dbwGeTcXxlrBl7Q6X/fuddnH+OzqVKY47O2ut4bqfjD88AKrdLS3go6g== X-Received: by 2002:a05:6808:200c:b0:35a:3220:f25f with SMTP id q12-20020a056808200c00b0035a3220f25fmr18610607oiw.266.1667855018548; Mon, 07 Nov 2022 13:03:38 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id l12-20020aca190c000000b0035a2f3e423esm2240749oii.32.2022.11.07.13.03.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Nov 2022 13:03:38 -0800 (PST) Received: (nullmailer pid 1624482 invoked by uid 1000); Mon, 07 Nov 2022 21:03:40 -0000 Date: Mon, 7 Nov 2022 15:03:39 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Bjorn Andersson , Andy Gross , Konrad Dybcio , Linus Walleij , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: pinctrl: qcom,qcs404: convert to dtschema Message-ID: <20221107210339.GA1621758-robh@kernel.org> References: <20221104161131.57719-1-krzysztof.kozlowski@linaro.org> <20221104161131.57719-2-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221104161131.57719-2-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Fri, Nov 04, 2022 at 12:11:31PM -0400, Krzysztof Kozlowski wrote: > Convert Qualcomm QCS404 pin controller bindings to DT schema. Keep the > parsing of pin configuration subnodes consistent with other Qualcomm > schemas (children named with '-state' suffix, their children with > '-pins'). > > Changes during conversion: add sdc1_rclk pins (used in qcs404-evb.dtsi). > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/pinctrl/qcom,qcs404-pinctrl.txt | 199 ------------------ > .../bindings/pinctrl/qcom,qcs404-pinctrl.yaml | 176 ++++++++++++++++ > 2 files changed, 176 insertions(+), 199 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.yaml > diff --git a/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.yaml > new file mode 100644 > index 000000000000..3d314458bf84 > --- /dev/null > +++ b/Documentation/devicetree/bindings/pinctrl/qcom,qcs404-pinctrl.yaml > @@ -0,0 +1,176 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/pinctrl/qcom,qcs404-pinctrl.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Qualcomm SCS404 TLMM pin controller SCS? With that fixed, Reviewed-by: Rob Herring