summaryrefslogtreecommitdiff
path: root/qcom/khaje.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'qcom/khaje.dtsi')
-rw-r--r--qcom/khaje.dtsi34
1 files changed, 33 insertions, 1 deletions
diff --git a/qcom/khaje.dtsi b/qcom/khaje.dtsi
index 8b3e145f..d5e31f80 100644
--- a/qcom/khaje.dtsi
+++ b/qcom/khaje.dtsi
@@ -612,7 +612,7 @@
};
wakegic: wake-gic {
- compatible = "qcom,mpm-gic-bengal", "qcom,mpm-gic";
+ compatible = "qcom,mpm-gic-khaje", "qcom,mpm-gic";
interrupts-extended = <&wakegic GIC_SPI 197
IRQ_TYPE_EDGE_RISING>;
reg = <0x45f01b8 0x1000>,
@@ -3150,6 +3150,11 @@
reg = <0x602d 0x1>;
bits = <5 1>;
};
+
+ feat_conf11: feat_conf11@6030 {
+ reg = <0x6030 0x1>;
+ bits = <0 8>;
+ };
};
spmi_bus: qcom,spmi@1c40000 {
@@ -4360,3 +4365,30 @@ tpdm_turing_llm: tpdm@8861000 {
&cxip_cdev {
status = "disabled";
};
+
+&rpm_bus {
+ rpm_smd_cdev: rpm-smd-cdev {
+ compatible = "qcom,rpm-smd-cooling-device";
+ #cooling-cells = <2>;
+ };
+};
+
+&thermal_zones {
+ mapss-lowc {
+ cooling-maps {
+ rpm_smd_vdd_cdev {
+ trip = <&mapss_cap_trip>;
+ cooling-device = <&rpm_smd_cdev 2 2>;
+ };
+ };
+ };
+
+ camera-lowc {
+ cooling-maps {
+ rpm_smd_vdd_cdev {
+ trip = <&camera_cap_trip>;
+ cooling-device = <&rpm_smd_cdev 2 2>;
+ };
+ };
+ };
+};