[PATCH 2/2] arm64: dts: qcom: mahua: Fix mahua bwmon

Pragnesh Papaniya posted 2 patches 1 week, 1 day ago
[PATCH 2/2] arm64: dts: qcom: mahua: Fix mahua bwmon
Posted by Pragnesh Papaniya 1 week, 1 day ago
Delete the bwmon node that corresponds to non-existent cpu cluster 2
on Mahua SoCs.

Fixes: 598eedb21ddd ("arm64: dts: qcom: Add Mahua SoC and CRD")
Tested-by: Gopikrishna Garmidi <gopikrishna.garmidi@oss.qualcomm.com>
Signed-off-by: Pragnesh Papaniya <pragnesh.papaniya@oss.qualcomm.com>
---
 arch/arm64/boot/dts/qcom/mahua.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/mahua.dtsi b/arch/arm64/boot/dts/qcom/mahua.dtsi
index 7aa8d26b2b3a..460285e783ba 100644
--- a/arch/arm64/boot/dts/qcom/mahua.dtsi
+++ b/arch/arm64/boot/dts/qcom/mahua.dtsi
@@ -6,6 +6,7 @@
 /* Mahua is heavily based on Glymur, with some meaningful differences */
 #include "glymur.dtsi"
 
+/delete-node/ &bwmon_cluster2;
 /delete-node/ &cluster2_pd;
 /delete-node/ &cpu_map_cluster2;
 /delete-node/ &cpu12;

-- 
2.34.1
Re: [PATCH 2/2] arm64: dts: qcom: mahua: Fix mahua bwmon
Posted by Dmitry Baryshkov 1 week, 1 day ago
On Wed, Mar 25, 2026 at 09:51:51PM +0530, Pragnesh Papaniya wrote:
> Delete the bwmon node that corresponds to non-existent cpu cluster 2
> on Mahua SoCs.
> 
> Fixes: 598eedb21ddd ("arm64: dts: qcom: Add Mahua SoC and CRD")
> Tested-by: Gopikrishna Garmidi <gopikrishna.garmidi@oss.qualcomm.com>
> Signed-off-by: Pragnesh Papaniya <pragnesh.papaniya@oss.qualcomm.com>
> ---
>  arch/arm64/boot/dts/qcom/mahua.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry