summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish Chavan <ashichav@qti.qualcomm.com>2021-12-21 14:08:02 +0530
committerAshish Chavan <ashichav@qti.qualcomm.com>2021-12-21 14:11:12 +0530
commitdf665e9fbe020a05e9e26d7387ef858ec4601861 (patch)
treeb8f01458aae72ff5800492eefb8c2a01c120aab1
parent53479857961840a492023bc59a61be9379a974eb (diff)
downloaddevicetree-df665e9fbe020a05e9e26d7387ef858ec4601861.tar.gz
ARM: dts: msm: Enable KPDPWR status logging
Enable KPDPWR status logging for khaje platforms. Change-Id: I2e704dfff4a95f9bc5bc87f295528c9b037b3ed9
-rw-r--r--qcom/khaje-pm7250b.dtsi4
-rw-r--r--qcom/pm7250b.dtsi2
2 files changed, 5 insertions, 1 deletions
diff --git a/qcom/khaje-pm7250b.dtsi b/qcom/khaje-pm7250b.dtsi
index 28f98c5b..f5761bb6 100644
--- a/qcom/khaje-pm7250b.dtsi
+++ b/qcom/khaje-pm7250b.dtsi
@@ -87,3 +87,7 @@
};
};
};
+
+&pm7250b_pon {
+ qcom,log-kpd-event;
+};
diff --git a/qcom/pm7250b.dtsi b/qcom/pm7250b.dtsi
index 5f6a40a2..c8e90a42 100644
--- a/qcom/pm7250b.dtsi
+++ b/qcom/pm7250b.dtsi
@@ -19,7 +19,7 @@
reg = <0x100 0x100>;
};
- qcom,power-on@800 {
+ pm7250b_pon: qcom,power-on@800 {
compatible = "qcom,qpnp-power-on";
reg = <0x800 0x100>;
};