Merge "ARM: dts: msm: Add a node for cpufreq cycle counter driver"

This commit is contained in:
qctecmdr
2024-05-22 13:37:15 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 21 additions and 0 deletions

20
qcom/parrot-walt.dtsi Normal file
View File

@@ -0,0 +1,20 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
walt {
#address-cells = <1>;
#size-cells = <1>;
ranges;
qcom,cycle-cntr {
compatible = "qcom,epss";
reg = <0x17D91000 0x1000>,
<0x17D92000 0x1000>;
reg-names = "freq-domain0",
"freq-domain1";
};
};
};

View File

@@ -2839,6 +2839,7 @@
#include "parrot-qupv3.dtsi" #include "parrot-qupv3.dtsi"
#include "parrot-dma-heaps.dtsi" #include "parrot-dma-heaps.dtsi"
#include "msm-arm-smmu-parrot.dtsi" #include "msm-arm-smmu-parrot.dtsi"
#include "parrot-walt.dtsi"
&qupv3_se3_2uart { &qupv3_se3_2uart {
status = "ok"; status = "ok";