mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Add nodes for reboot reason driver for cinder
Add nodes for reboot reason driver for cinder. Change-Id: I2fb339bdf3e1ee05d8a3764e5c163cbe578209b7
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
3fbd3836ac
commit
d3a2cdd930
@@ -73,3 +73,11 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&soc {
|
||||
reboot_reason {
|
||||
compatible = "qcom,reboot-reason";
|
||||
nvmem-cells = <&restart_reason>;
|
||||
nvmem-cell-names = "restart_reason";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -84,6 +84,13 @@
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user