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 7B44DC433FE for ; Thu, 6 Oct 2022 20:26:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232018AbiJFU0B (ORCPT ); Thu, 6 Oct 2022 16:26:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231946AbiJFUZ5 (ORCPT ); Thu, 6 Oct 2022 16:25:57 -0400 Received: from mail-oi1-f172.google.com (mail-oi1-f172.google.com [209.85.167.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5837C14A7; Thu, 6 Oct 2022 13:25:44 -0700 (PDT) Received: by mail-oi1-f172.google.com with SMTP id o64so3305208oib.12; Thu, 06 Oct 2022 13:25:44 -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 :message-id:reply-to; bh=QTS88trrEQJtCmq3QI1h9ZZ2XEQSNnnN9U4ukad9J3E=; b=wFcQ+nzWQsAe46okxSffVm2IBmY5tuEw3+2Q4sOjBgeJxvDJn4SJ0a3c5fNu2hy/XF quqltlFfKn/z6BelaIIyqxyd392sW0BIYUta27HLEAOzcGy9scsY5tiTfaNhA97fUAru QUyovoAxJUuFHu5ZROf9hQZjdNcP+p3qm1+++K/ahrfdcED+Oh9YB2V9eYfNRjUmOTO9 6bo3c/HYIqIE69gmqZjbQxFgR5fEyl8kyyzLfZJaqjTIkWwBlXpnoD70cUDRAx8+dO0x 6bPTvqcYlNj0nqRe5pkfOx0Nfl3yx6eUj3BaVZX7H/mhDEjZ+hGNtYiYngCV+Zdc4l9I IuRg== X-Gm-Message-State: ACrzQf3W8LugitBwUp/azaeISbDO2KkoLh3Y/YSQhbBggaHsjNEh//A6 S57GgLy/8khgCJsDLnQfdWozbpxazw== X-Google-Smtp-Source: AMsMyM6SNRQbsjdKflSmVgLRVBDPBTsZ9xCg+tykKyEs5aXs5NqVST7xdRn92jvPPE7SJ3pS5RfVRg== X-Received: by 2002:aca:904:0:b0:34f:8e77:4d9c with SMTP id 4-20020aca0904000000b0034f8e774d9cmr5924301oij.87.1665087943747; Thu, 06 Oct 2022 13:25:43 -0700 (PDT) Received: from robh_at_kernel.org ([2607:fb90:8a65:c536:245:842:a3a4:9017]) by smtp.gmail.com with ESMTPSA id bg2-20020a056808178200b0033b31480f38sm66495oib.34.2022.10.06.13.25.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Oct 2022 13:25:43 -0700 (PDT) Received: (nullmailer pid 105029 invoked by uid 1000); Thu, 06 Oct 2022 20:25:41 -0000 Date: Thu, 6 Oct 2022 15:25:41 -0500 From: Rob Herring To: Krzysztof Kozlowski Cc: Martin Botka , Shawn Guo , Vinod Koul , Konrad Dybcio , krishna Lanka , Srinivas Kandagatla , linux-gpio@vger.kernel.org, linux-arm-msm@vger.kernel.org, Krzysztof Kozlowski , devicetree@vger.kernel.org, Stephan Gerhold , linux-kernel@vger.kernel.org, Rob Herring , Andy Gross , Bjorn Andersson , Linus Walleij , Iskren Chernev Subject: Re: [PATCH 08/34] dt-bindings: pinctrl: qcom,sm6125: drop ref to pinctrl.yaml Message-ID: <166508794032.104974.8007780676365474282.robh@kernel.org> References: <20221006140637.246665-1-krzysztof.kozlowski@linaro.org> <20221006140637.246665-9-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221006140637.246665-9-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, 06 Oct 2022 16:06:11 +0200, Krzysztof Kozlowski wrote: > The binding references common Qualcomm TLMM pin controller schema, which > references pinctrl.yaml. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/pinctrl/qcom,sm6125-pinctrl.yaml | 1 - > 1 file changed, 1 deletion(-) > Acked-by: Rob Herring