Merge "ARM: dts: qcom: Add cpufreq cycle counter for kera"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
9b93498e07
22
qcom/kera-walt.dtsi
Normal file
22
qcom/kera-walt.dtsi
Normal file
@@ -0,0 +1,22 @@
|
||||
// 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;
|
||||
|
||||
cycle-cntr@17d91000 {
|
||||
compatible = "qcom,epss";
|
||||
reg = <0x17D91000 0x1000>,
|
||||
<0x17D92000 0x1000>,
|
||||
<0x17D93000 0x1000>;
|
||||
reg-names = "freq-domain0",
|
||||
"freq-domain1",
|
||||
"freq-domain2";
|
||||
};
|
||||
};
|
||||
};
|
@@ -3028,6 +3028,7 @@
|
||||
#include "kera-usb.dtsi"
|
||||
#include "kera-qupv3.dtsi"
|
||||
#include "kera-thermal.dtsi"
|
||||
#include "kera-walt.dtsi"
|
||||
|
||||
&qupv3_se13_2uart {
|
||||
status = "ok";
|
||||
|
Reference in New Issue
Block a user