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 767EAC6FA8E for ; Wed, 28 Sep 2022 00:24:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232892AbiI1AYt (ORCPT ); Tue, 27 Sep 2022 20:24:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232966AbiI1AYc (ORCPT ); Tue, 27 Sep 2022 20:24:32 -0400 Received: from mail-oa1-f41.google.com (mail-oa1-f41.google.com [209.85.160.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72EBA1ED6DC; Tue, 27 Sep 2022 17:23:56 -0700 (PDT) Received: by mail-oa1-f41.google.com with SMTP id 586e51a60fabf-13189cd5789so3654371fac.11; Tue, 27 Sep 2022 17:23:56 -0700 (PDT) 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; bh=zMLeoHtdamoqlMw3SAiO+aszjrVM2v+8GP1lZ0YQlSQ=; b=o2anF7t8ItbGUhitaaRpyyzyCTdLWz6hnaKgdJuU+wlpU2X/9y3S6x3QwV4EP/fXwy Z68vzAKKX7CjDq9vbXngejIxDpVitaJBZTE8pYpJ+Ch4ssqijDXHtEl27DwSpmIQoMti EiciaRz4kBz8ys10+Drm68/fRscbdK85t+B1kxA0bvf0RMnGVrOQQMTsSOEme4BNIN2l JIcH9qL4Jc0ftNjBF0u/qFpxZ0ogMXrFPvnLiY2XvfN6R/g50w31Zn3QbE3R4wML2RhX aZDjJz2ToUzT+mvLOWZVEONGu7qGKdDTKtZteemfU8Aw9NB2tmPhTHyi8pccJxc/bjiR wAsA== X-Gm-Message-State: ACrzQf0WKXZHY+TcuUnSLlpHWuuWhQ2RTFQoTKBCscfblc8/izPUxdrO e4H2itkBqWN5RVBeVOH2Dw== X-Google-Smtp-Source: AMsMyM5nxBDhvS41nzdohFuv11m96EK8tE4quFTzO423gRGAdF9jNBHE3gHgpv+wD0PSdNxnIRiURA== X-Received: by 2002:a05:6870:4594:b0:127:a9e2:1ab3 with SMTP id y20-20020a056870459400b00127a9e21ab3mr3849789oao.156.1664324634652; Tue, 27 Sep 2022 17:23:54 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id i7-20020a4ad087000000b0044afc1ba91asm1185385oor.44.2022.09.27.17.23.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Sep 2022 17:23:54 -0700 (PDT) Received: (nullmailer pid 2707679 invoked by uid 1000); Wed, 28 Sep 2022 00:23:53 -0000 Date: Tue, 27 Sep 2022 19:23:53 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Krzysztof Kozlowski , Vinod Koul , linux-arm-msm@vger.kernel.org, Linus Walleij , Konrad Dybcio , Rob Herring , Andy Gross , Stephan Gerhold , devicetree@vger.kernel.org, Shawn Guo , krishna Lanka , linux-gpio@vger.kernel.org, Sivaprakash Murugesan , linux-kernel@vger.kernel.org, Bjorn Andersson Subject: Re: [PATCH v3 33/34] dt-bindings: pinctrl: qcom,sc7280: fix matching pin config Message-ID: <20220928002353.GA2707641-robh@kernel.org> References: <20220927173702.5200-1-krzysztof.kozlowski@linaro.org> <20220927173702.5200-34-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220927173702.5200-34-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, 27 Sep 2022 19:37:01 +0200, Krzysztof Kozlowski wrote: > The TLMM pin controller follows generic pin-controller bindings, so > should have subnodes with '-state' and '-pins'. Otherwise the subnodes > (level one and two) are not properly matched. This method also unifies > the bindings with other Qualcomm TLMM and LPASS pinctrl bindings. > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Bjorn Andersson > --- > .../bindings/pinctrl/qcom,sc7280-pinctrl.yaml | 14 +++++++++++--- > 1 file changed, 11 insertions(+), 3 deletions(-) > Reviewed-by: Rob Herring