Merge "ARM: dts: msm: tuna: Add a node for cpufreq cycle counter driver"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
218d7537b5
24
qcom/tuna-walt.dtsi
Normal file
24
qcom/tuna-walt.dtsi
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
// 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>,
|
||||||
|
<0x17D93000 0x1000>,
|
||||||
|
<0x17D94000 0x1000>;
|
||||||
|
reg-names = "freq-domain0",
|
||||||
|
"freq-domain1",
|
||||||
|
"freq-domain2",
|
||||||
|
"freq-domain3";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
@@ -1827,6 +1827,7 @@
|
|||||||
#include "tuna-qupv3.dtsi"
|
#include "tuna-qupv3.dtsi"
|
||||||
#include "msm-rdbg.dtsi"
|
#include "msm-rdbg.dtsi"
|
||||||
#include "tuna-pmic-overlay.dtsi"
|
#include "tuna-pmic-overlay.dtsi"
|
||||||
|
#include "tuna-walt.dtsi"
|
||||||
|
|
||||||
&qupv3_se7_2uart {
|
&qupv3_se7_2uart {
|
||||||
status = "ok";
|
status = "ok";
|
||||||
|
Reference in New Issue
Block a user