From d936ebabeaab19e614a8579fed3b8afb0a8b68c9 Mon Sep 17 00:00:00 2001 From: Shivnandan Kumar Date: Fri, 2 Sep 2022 16:13:20 +0530 Subject: [PATCH] ARM: dts: msm: enable bwmon5 for parrot enable bwmon5 for parrot instead of bwmon4 for Parrot. Change-Id: I6ca20c93769176a3e0782042e68bac24705c4a3f --- qcom/parrot.dtsi | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 659928e7..767cae67 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -1431,12 +1431,11 @@ }; }; - bwmon_ddr: qcom,bwmon-ddr@190b6400 { - compatible = "qcom,bwmon4"; - reg = <0x190b6400 0x300>, <0x190b6300 0x200>; - reg-names = "base", "global_base"; - interrupts = ; - qcom,mport = <0>; + bwmon_ddr: qcom,bwmon-ddr@19091000 { + compatible = "qcom,bwmon5"; + reg = <0x19091000 0x1000>; + reg-names = "base"; + interrupts = ; qcom,hw-timer-hz = <19200000>; qcom,count-unit = <0x10000>; qcom,target-dev = <&qcom_ddr_dcvs_hw>;