Re: [PATCH] arm64: dts: qcom: nord: Add bwmon node for Nord

From: Konrad Dybcio

Date: Tue Sep 22 2026 - 06:35:29 EST


On 9/22/26 10:04 AM, Shawn Guo wrote:
> From: Pushpendra Singh <pussin@xxxxxxxxxxxxxxxx>
>
> Add BWMON nodes and associated OPP tables to enable dynamic DDR/LLCC
> frequency scaling.

[...]

> + bwmon_cluster2: pmu@1014400 {
> + reg = <0x0 0x01014400 0x0 0x600>;

len=0x500 for all the region is 0x600-long, but the docs say
it starts 0x100 earlier (with registers actually starting
at +0x400 like your node here) - unless you want to solve that
discrepancy in the driver, but i'm not sure it's worth the
hassle

otherwise

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad