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

This commit is contained in:
QCTECMDR Service
2024-08-13 22:14:21 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 19 additions and 0 deletions

18
qcom/monaco-walt.dtsi Normal file
View File

@@ -0,0 +1,18 @@
// 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,cycle-cntr-hw";
reg = <0xf521000 0x1400>;
reg-names = "freq-domain0";
};
};
};

View File

@@ -1928,6 +1928,7 @@
#include "monaco-usb.dtsi" #include "monaco-usb.dtsi"
#include "monaco-thermal.dtsi" #include "monaco-thermal.dtsi"
#include "msm-rdbg-monaco.dtsi" #include "msm-rdbg-monaco.dtsi"
#include "monaco-walt.dtsi"
&gcc_camss_top_gdsc { &gcc_camss_top_gdsc {
parent-supply = <&VDD_CX_LEVEL>; parent-supply = <&VDD_CX_LEVEL>;