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 DE47FECAAA1 for ; Fri, 28 Oct 2022 11:24:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230146AbiJ1LYw (ORCPT ); Fri, 28 Oct 2022 07:24:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58136 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230131AbiJ1LYt (ORCPT ); Fri, 28 Oct 2022 07:24:49 -0400 Received: from mail-qk1-x733.google.com (mail-qk1-x733.google.com [IPv6:2607:f8b0:4864:20::733]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFB5A32B98 for ; Fri, 28 Oct 2022 04:24:47 -0700 (PDT) Received: by mail-qk1-x733.google.com with SMTP id i10so3026576qkl.12 for ; Fri, 28 Oct 2022 04:24:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id:from :to:cc:subject:date:message-id:reply-to; bh=UVCSqRvpdzckFxd7y7PQdq7tMzzKz979ees9Dc/OcZM=; b=qzOhOWRaDR+py00khrOBG7vTWLAxH1NyrAaKwKYW6DUpmvXHbfrbln1Te4gAnTJweD nklKGEH+Bx0SYRkxs5t7wTDGSgXPMHNl6taESZQSXJHy9gcyTlc9EvfTRFZxKR441zBN TH/ZH3ysIWAKBPqM5noxDhtNi7532HZ+XMAP8froKMiX1yS0pynVqy3E7vZqKgpLI/Oo wb6aBCCYwG20sd4pMVEJVmFSgxeKboyp+YRrvOyPqRmK6rM1fWwsQWJlc4CsKnqWuSbv w+Vro6rwFpMBfMRUOk9onbmkRlbstjleWSFag2CjQIKa63tHHSpOi1uZaCAaVKh7ecCu UFbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=UVCSqRvpdzckFxd7y7PQdq7tMzzKz979ees9Dc/OcZM=; b=0lKc+YHSxFrDyyMOdo2fN4JFORUzru8iy+cHDz2Wt980a7HGyEW7VoV+TBI/lHIlGS FWY4CR2lLSr1ZtfUrUvLyK4JM+1TxvMB09bY9Lp4ounvcOqtZ3WwkONHgSy5QBHcO3cV 3rJWIQFmrZMm2Vm5U6rLtaQ1myMelIMPlJj74Eis8iAhv4GrbV6/qYxDpX8GjDzPBLEn MhECFy6AfMpH1LH8kEBA3DyQOAYgF/y/GpDgSJDPKePZThLjZqkt+UvCzilY9xGeCfuc W07ZAyY0vDZwSPqjOPw+8ek5WDwR0Q4SGSKCVDCdvkopneqxHJAPM1S2X4IbE8KiMECl 99Sw== X-Gm-Message-State: ACrzQf0QczW92riJT54bK43PR0FvEjiyv1i3LSbChgK/IB0KC53KvuCL BspuyBlqO75+JCgN6z0B7aQh3A== X-Google-Smtp-Source: AMsMyM4C82LHFcU+7Rfpy1Vy0cQUhk8GIhuKDgfZzsv9t5IPd5pB2z2Wg1PNJjJleHDV7zzzTTuPpw== X-Received: by 2002:a05:620a:458d:b0:6ee:e940:4a6a with SMTP id bp13-20020a05620a458d00b006eee9404a6amr38226828qkb.235.1666956286902; Fri, 28 Oct 2022 04:24:46 -0700 (PDT) Received: from [192.168.1.11] ([64.57.193.93]) by smtp.gmail.com with ESMTPSA id dm21-20020a05620a1d5500b006b95b0a714esm2765532qkb.17.2022.10.28.04.24.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 28 Oct 2022 04:24:46 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2022 07:24:44 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: [PATCH] dt-bindings: interconnect: qcom,msm8998-bwmon: Correct SC7280 CPU compatible To: Georgi Djakov , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20221011140744.29829-1-krzysztof.kozlowski@linaro.org> Content-Language: en-US From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28/10/2022 03:14, Georgi Djakov wrote: > On 11.10.22 17:07, Krzysztof Kozlowski wrote: >> Two different compatibles for SC7280 CPU BWMON instance were used >> in DTS and bindings. Correct the bindings to use the same one as in >> DTS, because it is more specific. >> >> Fixes: b7c84ae757c2 ("dt-bindings: interconnect: qcom,msm8998-bwmon: Add support for sc7280 BWMONs") >> Signed-off-by: Krzysztof Kozlowski > > I assume that this will be picked by Bjorn. Please let me know otherwise. > Bjorn marked it as not applicable, so please pick it up for interconnect. Best regards, Krzysztof