From: neil.armstrong@linaro.org
To: Pengyu Luo <mitltlatltl@gmail.com>
Cc: djakov@kernel.org, linux-arm-msm@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org
Subject: Re: [PATCH] interconnect: qcom: sm8650: enable QoS configuration
Date: Mon, 19 May 2025 15:30:01 +0200 [thread overview]
Message-ID: <2328c351-1bd8-4ce8-afe5-a6df675a2738@linaro.org> (raw)
In-Reply-To: <20250519082305.81258-1-mitltlatltl@gmail.com>
On 19/05/2025 10:23, Pengyu Luo wrote:
> On Mon, 07 Apr 2025 17:16:47 +0200 Neil Armstrong <neil.armstrong@linaro.org> wrote:
>> Enable QoS configuration for master ports with predefined values
>> for priority and urgency forwarding.
>>
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>
> [...]
>
>> +static const struct regmap_config icc_regmap_config = {
>> + .reg_bits = 32,
>> + .reg_stride = 4,
>> + .val_bits = 32,
>> + .fast_io = true,
>> +};
>
> [...]
>
>> static const struct qcom_icc_desc sm8650_mc_virt = {
>> + .config = &icc_regmap_config,
>> .nodes = mc_virt_nodes,
>> .num_nodes = ARRAY_SIZE(mc_virt_nodes),
>> .bcms = mc_virt_bcms,
>
> Hi, Neil. It seems that the config for clk_virt, mc_virt is not working
> on some devices. My device Oneplus Pad 2(pineappleP variant, mtp based,
> but without modem) shown the following.
>
> Apr 30 01:56:16 oneplus-caihong kernel: qnoc-sm8650 interconnect-0: error -EINVAL: invalid resource (null)
> Apr 30 01:56:16 oneplus-caihong kernel: qnoc-sm8650 interconnect-1: error -EINVAL: invalid resource (null)
Right, those doesn't have registers, let me check
Thanks,
Neil
>
> Best wishes,
> Pengyu
prev parent reply other threads:[~2025-05-19 13:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-07 15:16 [PATCH] interconnect: qcom: sm8650: enable QoS configuration Neil Armstrong
2025-04-14 17:08 ` Georgi Djakov
2025-04-15 8:17 ` Neil Armstrong
2025-04-15 8:42 ` Georgi Djakov
2025-05-19 8:23 ` Pengyu Luo
2025-05-19 13:30 ` neil.armstrong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2328c351-1bd8-4ce8-afe5-a6df675a2738@linaro.org \
--to=neil.armstrong@linaro.org \
--cc=djakov@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mitltlatltl@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox