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 73EC5CCA47B for ; Tue, 5 Jul 2022 09:52:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232720AbiGEJwA (ORCPT ); Tue, 5 Jul 2022 05:52:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232557AbiGEJvA (ORCPT ); Tue, 5 Jul 2022 05:51:00 -0400 Received: from mail-lj1-x22d.google.com (mail-lj1-x22d.google.com [IPv6:2a00:1450:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8E0713F72 for ; Tue, 5 Jul 2022 02:49:53 -0700 (PDT) Received: by mail-lj1-x22d.google.com with SMTP id q8so1381052ljj.10 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=pCLZS/IqKrNrlmeY5geNPVrvMC9HibA7jAJ19Et1U2EVWuR610zIXH9EixGwdQ4meg JM2MAz7eiE0d9uzupHUcQyKrW3ltXGrz9HjmmroVVSdmUirR/GwML6J42EaUZucT7xy8 ykZuT4HSFlnLtzinjEUrbTBZ799xBC6CX5T8GnWcLkDfq8/qD1FQENfMylUR/wqbriX3 crWkoetsS56A757+E3bjw+0tOyKlAe3Be4shDyHv+CtLt8FaVDF84sHfTPgIsrFHTlSK Wmpg1Kvj76X48v4PN+TYaclPDwuMHHwdVYG05whifR15GCJ9sF+fn56y9xT5Q6/Gp6IN Dzng== X-Gm-Message-State: AJIora/QBpGP+7IaB+r41hIKsf5Ps1kVpGI7U9i0Xty6C/LwVz6kUWAQ XvchczR2oP3gY0wNeCJBWX39og== 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: devicetree@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