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 8FC17C43334 for ; Wed, 6 Jul 2022 07:44:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231965AbiGFHo3 (ORCPT ); Wed, 6 Jul 2022 03:44:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231971AbiGFHoK (ORCPT ); Wed, 6 Jul 2022 03:44:10 -0400 Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 30181237D4 for ; Wed, 6 Jul 2022 00:44:07 -0700 (PDT) Received: by mail-lf1-x12c.google.com with SMTP id j21so24527092lfe.1 for ; Wed, 06 Jul 2022 00:44:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=TKtOmU40I0PUl50L6vzWbju5L1un8dLolA/wVeGLNsY=; b=Rr6Gww0YYOAWIJPTkzmTj1EksjkDVCborzvqk1T4ai+taLNzlmUbbYvFG2zDZokRca 89CwRWtqqVobU6euxqVyxJMoxEpQhS0fKjWtDOg+mXsCRnnaw8hcDv86P75yNTOWfVc7 RyFY7oIQ7udCTVqYx+Gp3IzIMD3OLhkgGl6HVPCThRxukrNCavEo9zDC4wBVuAaSjuWU NON9SBpcnxTjEjoVbbrWQ8oHW1UWDeAyJW2+NdSc+XLyRZUARHsfGc/jA6OH/pD1Kq1o HeCuU9aYMmd8KcunwBRYVCysmcOuMc1DJCaypokmrsdUoUhbBj6SUS9wvs9xjhu984wI NLSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=TKtOmU40I0PUl50L6vzWbju5L1un8dLolA/wVeGLNsY=; b=qABniMmmE/YleMF3M4bYiSYb1AMzcnRVkGC5nY+V/8vzSjr4MyRzyggFXR2MStz8bh mq3Ab9FtGIkrQHDSiMRoPLC4KXVNtLyfKZjbIRgv+jN4e6asmgxGDEpTS995nM4PCvec +gu3bR/NJdBSnBXQXKmD8E7mpDnBWHxdVVXR3zQbuvTnPpBeluEdAI7h4uzrvIJ+60qa 6sroWsRe+Uat+/taj0tkM+lR/K7aSQJJtgRlKWp1fAz/QMFNMAuzFlbUrEjhSoWrHoKj 6G1ct51N97UTL7GWxdTqAn3wHwKUhiIih3MqwR2bSOpOKvUzB9NCQykccEqmvDjitHuc Kfkg== X-Gm-Message-State: AJIora+ovvjSZODD0BR+ju+7MORMhr6259LqZxPIixK7Q0j/IgzMNUo+ S+QyXkFIWoG345l24cngUE8+Rw== X-Google-Smtp-Source: AGRyM1vxk/QhmIZGTEXTY9O9WCE+a3P2JkZ23N45jsZ36w/x4GSakc/YWr2IjX44OLNvuoRPjz3xyQ== X-Received: by 2002:a05:6512:3147:b0:487:2557:9d9c with SMTP id s7-20020a056512314700b0048725579d9cmr29340lfi.566.1657093446259; Wed, 06 Jul 2022 00:44:06 -0700 (PDT) Received: from [192.168.1.52] ([84.20.121.239]) by smtp.gmail.com with ESMTPSA id v22-20020a056512349600b0047fac1feb6fsm6137453lfr.210.2022.07.06.00.44.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 06 Jul 2022 00:44:05 -0700 (PDT) Message-ID: <18e40247-7151-b50a-97fe-00ee88f47d9b@linaro.org> Date: Wed, 6 Jul 2022 09:44:04 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 2/5] ARM: DTS: qcom: fix dtbs_check warning with new rpmcc clocks Content-Language: en-US To: Christian Marangi , Bjorn Andersson , Andy Gross , Konrad Dybcio , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220705202837.667-1-ansuelsmth@gmail.com> <20220705202837.667-3-ansuelsmth@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <20220705202837.667-3-ansuelsmth@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 05/07/2022 22:28, Christian Marangi wrote: > Fix dtbs_check warning for new rpmcc Documentation changes and add the > required clocks. There is no warning in the kernel, right? So the commit is not correct. Only the second part of your sentence applies, but you should extend it. Best regards, Krzysztof