From patchwork Tue Jul 11 12:18:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Konrad Dybcio X-Patchwork-Id: 701575 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 364B8C001DD for ; Tue, 11 Jul 2023 12:37:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232416AbjGKMhp (ORCPT ); Tue, 11 Jul 2023 08:37:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232392AbjGKMhm (ORCPT ); Tue, 11 Jul 2023 08:37:42 -0400 Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58F9410FD for ; Tue, 11 Jul 2023 05:37:17 -0700 (PDT) Received: by mail-wr1-x433.google.com with SMTP id ffacd0b85a97d-3141c3a7547so5804415f8f.2 for ; Tue, 11 Jul 2023 05:37:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1689078991; x=1691670991; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:from:to:cc:subject:date:message-id :reply-to; bh=F+HpM+HCeMpSefmXK16C9YcJaoau/C3nDGJIkf8i7cM=; b=yJj8c9xx5y+93H3bzq7IPZGNzN5ECoEc0oh5z/FmlOvmevJrIO3ZRQKDA4D+oqUIiU Dqb2zzw+ZPQOn9os+mCBrixUukFFnBgyi8l+XkN1rsDVv0kN3DTMvU3X23V6iCRVnvhr fvJF/LpZBJgxDRzgEqmJC7fuqDYrhPU5Au4ZRxPi9Y86jbY8e+x8AfQMdbGwE/ap8rbu 34pUg5H0jknc+DmOCTga1G2WgvnSU/wLRBA/vHRRUevPqVbDnVvxLZKhybFeHSM1lUnd GqAJ7ekmn8nNE5r1xm9rCxG25waw6+36iDLytAeojVjzFO0s7Eu1u3OaNFmK7Lf2FTn+ K0ag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689078991; x=1691670991; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=F+HpM+HCeMpSefmXK16C9YcJaoau/C3nDGJIkf8i7cM=; b=AGenfdNQ4AFEMTLlw8rf7H4D28QcjShy2HAKdgUoFdB+ai7WiVsoTh6dvWVcAmONOH Ydw/SD5sqOU9u2angQ7auRGxCtmgA+K1nrkpyDlmmG04UFWgwg/sjAlzzXJ8WChHrjs2 x4pdlHuRoybMkC1ta7PxHGRjJwLGjyF3s94KGjT2MgsF+DFO+XtAVOUJriNO0MIzcK4I PICXP/yTuh91HuGjGTzID4Pon8PnPs+tb7rtlRjSS/eJL64497kN+0nMNm6xKfVoea68 qSS/ptIY1w1rpqslCZguPGT5eudCMuLq3csCsS0xSLXygvHfSjBYEdxgRJ21kpVHmbab 2vzw== X-Gm-Message-State: ABy/qLauc+kfPhgZID+n7xv/2RR8jQv9jUQ4jZXbaLuU2YLUwbuAb5pL bYryVLRy4qqNF0sxZz1OFDj0EM94VeADBfm+UBgnAQ== X-Google-Smtp-Source: APBJJlEQupFlCuRT7R8SseW9Y2wdzGnv9aFcooCUZ4hnjXBLeIT4wGij8HdFQ5+TYBuRWwliDkKCtg== X-Received: by 2002:a05:651c:211:b0:2b6:da64:321 with SMTP id y17-20020a05651c021100b002b6da640321mr12309325ljn.45.1689077964399; Tue, 11 Jul 2023 05:19:24 -0700 (PDT) Received: from [192.168.1.101] (abyl96.neoplus.adsl.tpnet.pl. [83.9.31.96]) by smtp.gmail.com with ESMTPSA id d18-20020a2e96d2000000b002b708450951sm435563ljj.88.2023.07.11.05.19.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Jul 2023 05:19:24 -0700 (PDT) From: Konrad Dybcio Date: Tue, 11 Jul 2023 14:18:43 +0200 Subject: [PATCH 44/53] arm64: dts: qcom: sm8250: add qcom,bcm-voter-idx MIME-Version: 1.0 Message-Id: <20230708-topic-rpmh_icc_rsc-v1-44-b223bd2ac8dd@linaro.org> References: <20230708-topic-rpmh_icc_rsc-v1-0-b223bd2ac8dd@linaro.org> In-Reply-To: <20230708-topic-rpmh_icc_rsc-v1-0-b223bd2ac8dd@linaro.org> To: Andy Gross , Bjorn Andersson , Georgi Djakov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , cros-qcom-dts-watchers@chromium.org Cc: Marijn Suijten , linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Konrad Dybcio X-Mailer: b4 0.12.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1689077904; l=999; i=konrad.dybcio@linaro.org; s=20230215; h=from:subject:message-id; bh=ebMrQjKmDTgpWjkINs/Atf2PQmSY9dkU3TIUUbwBPoQ=; b=2OP9+lUs6pA/83Z+vE3WXtNyqzqPquNrM8XqK7DknAXmP1+1Lj4UX4sVKsct2f4C6r3LDSIVi Etb83M3eBHhC59EcuJBb6ILh6z46QOGZc8myu/aS85weLkvbSCKm7x7 X-Developer-Key: i=konrad.dybcio@linaro.org; a=ed25519; pk=iclgkYvtl2w05SSXO5EjjSYlhFKsJ+5OSZBjOkQuEms= Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org To improve the representation and ease handling, identify each BCM voter Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index e03007e23e91..29994aae897c 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include @@ -5674,6 +5675,7 @@ rpmhpd_opp_turbo_l1: opp10 { apps_bcm_voter: bcm-voter { compatible = "qcom,bcm-voter"; + qcom,bcm-voter-idx = ; }; };