Merge changes I05da43e8,I341de8e3 into kernel.lnx.6.6.r1-rel

* changes:
  ARM: dts: qcom: Remove sdpm clock driver support
  ARM: dts: msm: Add boot_config support for Ravelin
This commit is contained in:
Linux Build Service Account
2024-08-27 01:05:37 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 29 additions and 14 deletions

View File

@@ -5,6 +5,10 @@
#include "ravelin.dtsi"
&cx_sdpm {
status = "disabled";
};
/ {
model = "Qualcomm Technologies, Inc. Ravelin SG";

View File

@@ -9,6 +9,12 @@
#cooling-cells = <2>;
};
&aoss_qmp {
cx_cdev: cx_cdev {
#cooling-cells = <2>;
};
};
&soc {
tsens0: thermal-sensor@c263000 {
compatible = "qcom,tsens-v2";
@@ -222,7 +228,7 @@
};
};
cx_sdpm@634000 {
cx_sdpm: cx_sdpm@634000 {
compatible = "qcom,sdpm";
reg = <0x00634000 0x1000>;
clock-names = "gpu_cc_gx_gfx3d",
@@ -285,25 +291,12 @@
type = "passive";
};
cpu0_emerg: cpu0-emerg-cfg {
temperature = <110000>;
hysteresis = <10000>;
type = "passive";
};
reset-mon-cfg {
temperature = <115000>;
hysteresis = <0>;
type = "hot";
};
};
cooling-maps {
cpu00_cdev {
trip = <&cpu0_emerg>;
cooling-device = <&cpu0_pause 1 1>;
};
};
};
cpu-0-1 {
@@ -906,6 +899,13 @@
type = "passive";
};
};
cooling-maps {
wcss_cx_vdd_cdev {
trip = <&min_temp_0_trip>;
cooling-device = <&cx_cdev 1 1>;
};
};
};
zeroc-1 {
@@ -925,6 +925,13 @@
type = "passive";
};
};
cooling-maps {
wcss_cx_vdd_cdev {
trip = <&min_temp_1_trip>;
cooling-device = <&cx_cdev 1 1>;
};
};
};
cx-pe {

View File

@@ -1772,6 +1772,10 @@
<GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "hc_irq", "pwr_irq";
boot_device_type = <0x1>;
nvmem-cells = <&boot_config>;
nvmem-cell-names = "boot_conf";
bus-width = <8>;
non-removable;
supports-cqe;