ARM: dts: msm: Enable reboot-reason driver for kalama

Add reboot-reason node to kalama SoC for download mode
driver support.

Change-Id: I54031ea2a643df922f6b368c7bf237ee6586c304
This commit is contained in:
Vamsi Krishna Lanka
2022-02-07 17:48:11 -08:00
parent 29b095d507
commit 95203c1639
2 changed files with 12 additions and 1 deletions

View File

@@ -64,6 +64,12 @@
};
&soc {
reboot_reason {
compatible = "qcom,reboot-reason";
nvmem-cells = <&restart_reason>;
nvmem-cell-names = "restart_reason";
};
DBO3: regulator-dbo3 {
compatible = "qti-regulator-fixed";
regulator-name = "dbo3";

View File

@@ -36,7 +36,12 @@
compatible = "qcom,spmi-sdam";
reg = <0x7100>;
#address-cells = <1>;
#size-celss = <1>;
#size-cells = <1>;
restart_reason: restart@48 {
reg = <0x48 0x1>;
bits = <1 7>;
};
};
pmk8550_sdam_5: sdam@7400 {