mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
@@ -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";
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user