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 D0EA5C4321E for ; Thu, 1 Dec 2022 10:45:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231197AbiLAKpC (ORCPT ); Thu, 1 Dec 2022 05:45:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52684 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231147AbiLAKne (ORCPT ); Thu, 1 Dec 2022 05:43:34 -0500 Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A44431DDE for ; Thu, 1 Dec 2022 02:43:31 -0800 (PST) Received: by mail-lj1-x235.google.com with SMTP id z24so1412883ljn.4 for ; Thu, 01 Dec 2022 02:43:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=1kyrvMls8wTQMlQrJqyGrjffl641Id/9a8Nkb4/gCx4=; b=VB6ARDsUl9VDYdCN2+lOHBpQREZqTxeDFRGhmdVSMuUrYfsXQIto7O3WmA0gaY2O2f VuJKiviMybBR6jRObOdA+JBaGb7zyI62bejJiEeHMNjPmP5vhpgZxLQFrSSiaYXs6Y+g rT3rs+lg8U7/oP6GK5q8QYMYM74Z1SLVVGcwElaerQ+0qpLx3crZryC+QPmNSRrmYcZl K9TeuOcGRkkMD+Sw1AJrQT69wUGhum6nY3BIBm9aYaK7paFXTOBlQV2roe/AFpWcv41x 3el058IRSwutRldsN83xt7MRmJRwCcLbCW5B6tRw9wMtQMA91NbvTBafz5VwV6S+Ki+K CLsg== 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:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=1kyrvMls8wTQMlQrJqyGrjffl641Id/9a8Nkb4/gCx4=; b=cFPIyMwRUt8+ppG/n9q/Wd6I29HZzmhJG7/xsc/t84Vw2mJtygBnJAkXkMVsl7asA2 69tcswzQ+7JYFUaDQdXlncYbdD0nOKOpG4iNSo6Gv1SWWs/+YvzYq1+gB/7LpGoTMV50 rnBDy8I0fej3MWTb/ZdSJRRSEmXJrmobqqnrdecolktM48+vCJYpCNTXce6ozbg9JhKq ul56C+nMStGfQkCZ8roeONeP5UI+pqNsBbLKKPWyW6RrOr3OGCSnjJKb9CHkdafSwZUl XuLI01YNAxTkFAwvWwHyAJm48NHSqAkEfK4kNxkohM7wMop5QZZhogTReyddB9Qpl9D0 i8dQ== X-Gm-Message-State: ANoB5pkUEPYGG1UMtrRPISdYaccOoptsQ3aeJb4hfsAJ/vHsuUfVT+z+ bjwM2/kxGLDGe84Pz82A32A1IZpHeaKMeJug X-Google-Smtp-Source: AA0mqf7dZn8tcHCSTqwKdg59rVP2szYiKJd/88+xPBwamyUC0rkQTrwxWM43ihM6G6ZIvZydte88ig== X-Received: by 2002:a05:651c:239e:b0:279:c7b9:c365 with SMTP id bk30-20020a05651c239e00b00279c7b9c365mr2133580ljb.134.1669891409697; Thu, 01 Dec 2022 02:43:29 -0800 (PST) Received: from [192.168.0.20] (088156142067.dynamic-2-waw-k-3-2-0.vectranet.pl. [88.156.142.67]) by smtp.gmail.com with ESMTPSA id bi41-20020a0565120ea900b00492ce573726sm607522lfb.47.2022.12.01.02.43.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 01 Dec 2022 02:43:28 -0800 (PST) Message-ID: Date: Thu, 1 Dec 2022 11:43:27 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: [PATCH v4 1/2] dt-bindings: interconnect: Add Qualcomm SM8550 Content-Language: en-US To: Abel Vesa , Andy Gross , Bjorn Andersson , Konrad Dybcio , Georgi Djakov , Rob Herring , Krzysztof Kozlowski , Neil Armstrong Cc: Linux Kernel Mailing List , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org References: <20221130132059.3145243-1-abel.vesa@linaro.org> <20221130132059.3145243-2-abel.vesa@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20221130132059.3145243-2-abel.vesa@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 30/11/2022 14:20, Abel Vesa wrote: > The Qualcomm SM8550 SoC has several bus fabrics that could be > controlled and tuned dynamically according to the bandwidth demand. > > Signed-off-by: Abel Vesa > --- > > Changes since v3: > * Dropped qcom,sm8550-rpmh.h and qcom,rpmh.h from examples > * Added the header for interconnect IDs to the top-level description > * Fixed examples indentation Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof