ARM: dts: qcom: Add PMIC PON log device for tuna

Add a PMIC PON log parser device which reads the log stored in
PMK8550 SDAM5 and SDAM6.

while at it add a dependency between the gh-watchdog and
pmic-pon-log devices for tuna boards.  This ensures that
during system boot-up, the driver responsible for the
gh-watchdog device initializes before the one
responsible for the pmic-pon-log device.

Change-Id: I5e2c13807570e5a2e1740e9160cce626fa9004c6
Signed-off-by: Kavya Nunna <quic_knunna@quicinc.com>
This commit is contained in:
Kavya Nunna
2024-10-14 14:54:44 +05:30
parent 6047c61f82
commit 61d2ada8fd

View File

@@ -113,6 +113,13 @@
nvmem-cells = <&restart_reason>;
nvmem-cell-names = "restart_reason";
};
pmic-pon-log {
compatible = "qcom,pmic-pon-log";
nvmem = <&pmk8550_sdam_5>, <&pmk8550_sdam_6>;
nvmem-names = "pon_log0", "pon_log1";
depends-on-supply = <&gh_watchdog>;
};
};
&thermal_zones {