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 A5341CCA47C for ; Tue, 5 Jul 2022 09:52:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232087AbiGEJwA (ORCPT ); Tue, 5 Jul 2022 05:52:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232591AbiGEJvM (ORCPT ); Tue, 5 Jul 2022 05:51:12 -0400 Received: from mail-lj1-x234.google.com (mail-lj1-x234.google.com [IPv6:2a00:1450:4864:20::234]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D54CE13F6F for ; Tue, 5 Jul 2022 02:49:53 -0700 (PDT) Received: by mail-lj1-x234.google.com with SMTP id j13so637234ljo.7 for ; Tue, 05 Jul 2022 02:49:53 -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=shv90DwYEPdUFHu8Cga4VYHWdDzItCMFq4BFSIFK8MQ=; b=EXpa8/uKwzMzew+mn994GeiCVEwmKgmDVTf6C4LdMJ+ZQk8cTCli0GnR60hardY+1E 2hGVWntRvgBDlPyAcsp6OQmj7N/e6M4Hgxcw2fGTKTC+Bp/oiCKS5qzJnItCTn061LOY SQBUqDi0P6GjkiiiFsahsD72ZRMFwmTOclakEWI5oU4astCcgkNAWbgv8BUbiASLsHdq v0F9vGkr5cQkHGf0Co0+dum4XqEwgsLrwyR2DiFv49zAN+Nj0zl4f0Bd0iPx0+VGi8n5 el0lQ3Jms5CrugPf8sk6t+R+imFv9o7yHunVrhaDThCfvdIZmdhrQCd3g3oho3cSS0Ox KXOQ== 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=shv90DwYEPdUFHu8Cga4VYHWdDzItCMFq4BFSIFK8MQ=; b=XfnnJrgBDSkACWywky72socIN6cR/zq2Ub7F6bMyR8epNp7DZNYN+Jea2j7sRP6UHQ /aXgjRvvDKrhLJu03AU3lOtMtjkRCkVkEjg6bxbgp00V2XJUcUmVg/OXVBssG9/XzekZ bRyZtEXWUwOJyfO7/Kugvdi4oPTJATcXgPl5pE13/LlGrti9YvXLP8Jir7EQYorNGnAA 0A1xcWNuayynhlETXRC6ijQ2IXWEsXy2DDZ2rm2Alf9cjuiDl6xwIyAtJhTXFt5szrG4 oX1Tprhts7nCl1uV3fIX7NsgNGNkaDuF0Jcik3v33eqn4D6w1p17C8sLWeRlA6XzcHTJ 4pBA== X-Gm-Message-State: AJIora/ydYvgIsvyLIMUHwtTZREUVuMIDEiQxvImTRFPV4R//vm/ECs2 /u6JB5mf++fi/kaIacan2Pf7bA== X-Google-Smtp-Source: AGRyM1uoZPMckUe4fDIWlkcjaMJ+OIVVYuinLeVA7VFD6UQOGHcf0Ahl4PkuVPIUrYneNnB79zWC3g== X-Received: by 2002:a2e:a54a:0:b0:25a:7010:4aee with SMTP id e10-20020a2ea54a000000b0025a70104aeemr19678705ljn.245.1657014592229; Tue, 05 Jul 2022 02:49:52 -0700 (PDT) Received: from [192.168.1.52] ([84.20.121.239]) by smtp.gmail.com with ESMTPSA id k6-20020ac257c6000000b0047f665e2df8sm5591179lfo.257.2022.07.05.02.49.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 05 Jul 2022 02:49:51 -0700 (PDT) Message-ID: <42f8f46f-e5e3-8e77-22e1-07fdbfb6d96a@linaro.org> Date: Tue, 5 Jul 2022 11:49:49 +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 v4 1/5] dt-bindings: interconnect: Update property for icc-rpm path tag Content-Language: en-US To: Leo Yan , Andy Gross , Bjorn Andersson , Georgi Djakov , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220705072336.742703-1-leo.yan@linaro.org> <20220705072336.742703-2-leo.yan@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20220705072336.742703-2-leo.yan@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 05/07/2022 09:23, Leo Yan wrote: > To support path tag in icc-rpm driver, the "#interconnect-cells" > property is updated as enumerate values: 1 or 2. Setting to 1 means > it is compatible with old DT binding that interconnect path only > contains node id; if set to 2 for "#interconnect-cells" property, then > the second specifier is used as a tag (e.g. vote for which buckets). > > Signed-off-by: Leo Yan > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof