ARM: dts: qcom: Add SDAM location on PM8150 to save reboot reason

Use SDAM2 MEM8 SDAM location to store the reboot reason.

Change-Id: I47bc7aa86c1f1735a7d27f9b879bd4b92d312f72
This commit is contained in:
Kamal Wadhwa
2022-04-25 21:10:21 +05:30
parent 97367889af
commit 1bc0e99522

View File

@@ -80,6 +80,14 @@
pm8150_sdam_2: sdam@b100 {
compatible = "qcom,spmi-sdam";
reg = <0xb100>;
#address-cells = <1>;
#size-cells = <1>;
restart_reason: restart@48 {
reg = <0x48 0x1>;
bits = <1 7>;
};
};
pm8150_vadc: vadc@3100 {